Skip to content
Snippets Groups Projects
Commit abf4d743 authored by Alexander Traud's avatar Alexander Traud Committed by Friendly Automation
Browse files

cdr_odbc: Sync load- and build-time deps.

MODULEINFO is checked while buidling/linking the module.
AST_MODULE_INFO is checked while loading/running the module.

ASTERISK-28838

Change-Id: I55dc05ce19552d0415c9045021b42bd82ef44e52
parent 6cfc6ff5
No related branches found
No related tags found
No related merge requests found
......@@ -328,5 +328,5 @@ AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "ODBC CDR Backend",
.unload = unload_module,
.reload = reload,
.load_pri = AST_MODPRI_CDR_DRIVER,
.requires = "cdr",
.requires = "cdr,res_odbc",
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment