[Asterisk-code-review] cdr_odbc: Sync load- and build-time deps. (asterisk[17])
Friendly Automation
asteriskteam at digium.com
Mon Apr 20 12:06:00 CDT 2020
Friendly Automation has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/14284 )
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(-)
Approvals:
Benjamin Keith Ford: Looks good to me, but someone else must approve
George Joseph: Looks good to me, approved
Friendly Automation: Approved for Submit
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/+/14284
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 17
Gerrit-Change-Id: I55dc05ce19552d0415c9045021b42bd82ef44e52
Gerrit-Change-Number: 14284
Gerrit-PatchSet: 2
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Benjamin Keith Ford <bford at digium.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200420/1dbd1b3f/attachment.html>
More information about the asterisk-code-review
mailing list