From 4c1ae07d51da3d8fe7967e48b74eeb685449bf78 Mon Sep 17 00:00:00 2001 From: George Joseph Date: Thu, 18 Aug 2016 14:15:46 -0600 Subject: [PATCH] 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 --- res/res_odbc.c | 1 + res/res_odbc_transaction.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/res/res_odbc.c b/res/res_odbc.c index 31ea29b035..2477def5b1 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 33800c3ce3..b849a293e6 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 ***/