[asterisk-commits] res odbc: Correct the dependency relationship with res odbc... (asterisk[master])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Aug 19 15:52:36 CDT 2016
Anonymous Coward #1000019 has submitted this change and it was merged.
Change subject: res_odbc: Correct the dependency relationship with res_odbc_transaction
......................................................................
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
---
M res/res_odbc.c
M res/res_odbc_transaction.c
2 files changed, 1 insertion(+), 1 deletion(-)
Approvals:
Scott Griepentrog: Looks good to me, but someone else must approve
Anonymous Coward #1000019: Verified
Joshua Colp: Looks good to me, approved
diff --git a/res/res_odbc.c b/res/res_odbc.c
index 62faf98..f89b59e 100644
--- a/res/res_odbc.c
+++ b/res/res_odbc.c
@@ -41,6 +41,7 @@
/*** MODULEINFO
<depend>generic_odbc</depend>
+ <depend>res_odbc_transaction</depend>
<depend>ltdl</depend>
<support_level>core</support_level>
***/
diff --git a/res/res_odbc_transaction.c b/res/res_odbc_transaction.c
index de78600..569fcb2 100644
--- a/res/res_odbc_transaction.c
+++ b/res/res_odbc_transaction.c
@@ -26,7 +26,6 @@
#include "asterisk/module.h"
/*** MODULEINFO
- <depend>res_odbc</depend>
<support_level>core</support_level>
***/
--
To view, visit https://gerrit.asterisk.org/3645
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ifcfbb49c0b51cf6640a5446d47cd6c48caf1331f
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Scott Griepentrog <sgriepentrog at digium.com>
More information about the asterisk-commits
mailing list