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 15:30:51 -0500
commitc7ffd6111d59fd8dd48b7c0e9ba67641c6a565f2 (patch)
tree67b84c084dbf5ad2071ca70a9266a577c031cfed /res/res_odbc_transaction.c
parent966527249ed144e4817ad168e334ea236b4c5d3a (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 de78600f3..569fcb267 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>
***/