From: George Joseph Date: Thu, 18 Aug 2016 20:15:46 +0000 (-0600) Subject: res_odbc: Correct the dependency relationship with res_odbc_transaction X-Git-Tag: 15.0.0-beta1~710^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F3645%2F1;p=thirdparty%2Fasterisk.git res_odbc: Correct the dependency relationship with res_odbc_transaction The MODULEINFO dependencies between these 2 modules was reversed. res_odbc should depend on res_odbc_transaction, not the other way around. ASTERISK-25984 #close Change-Id: Ifcfbb49c0b51cf6640a5446d47cd6c48caf1331f --- diff --git a/res/res_odbc.c b/res/res_odbc.c index 62faf98b26..f89b59e51c 100644 --- a/res/res_odbc.c +++ b/res/res_odbc.c @@ -41,6 +41,7 @@ /*** MODULEINFO generic_odbc + res_odbc_transaction ltdl core ***/ diff --git a/res/res_odbc_transaction.c b/res/res_odbc_transaction.c index de78600f35..569fcb267f 100644 --- a/res/res_odbc_transaction.c +++ b/res/res_odbc_transaction.c @@ -26,7 +26,6 @@ #include "asterisk/module.h" /*** MODULEINFO - res_odbc core ***/