[Asterisk-code-review] cdr_odbc: Sync load- and build-time deps. (asterisk[master])

Alexander Traud asteriskteam at digium.com
Fri Apr 17 06:18:46 CDT 2020


Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/14272 )


Change subject: cdr_odbc: Sync load- and build-time deps.
......................................................................

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
---
M cdr/cdr_odbc.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/72/14272/1

diff --git a/cdr/cdr_odbc.c b/cdr/cdr_odbc.c
index e7dd9c0..4330586 100644
--- a/cdr/cdr_odbc.c
+++ b/cdr/cdr_odbc.c
@@ -328,5 +328,5 @@
 	.unload = unload_module,
 	.reload = reload,
 	.load_pri = AST_MODPRI_CDR_DRIVER,
-	.requires = "cdr",
+	.requires = "cdr,res_odbc",
 );

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/14272
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I55dc05ce19552d0415c9045021b42bd82ef44e52
Gerrit-Change-Number: 14272
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200417/49312158/attachment.html>


More information about the asterisk-code-review mailing list