summaryrefslogtreecommitdiff
path: root/res/res_odbc_transaction.c
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2016-08-18 14:15:46 -0600
committerGeorge Joseph <gjoseph@digium.com>2016-08-18 14:27:58 -0600
commit4c1ae07d51da3d8fe7967e48b74eeb685449bf78 (patch)
treeaa78a724529d531f36afc7245b7f7eea0c5a3e57 /res/res_odbc_transaction.c
parentcab6975b02b55b8b91560b5a186c6f82a4d7ee55 (diff)
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
Diffstat (limited to 'res/res_odbc_transaction.c')
-rw-r--r--res/res_odbc_transaction.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/res_odbc_transaction.c b/res/res_odbc_transaction.c
index 33800c3ce..b849a293e 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>
***/