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
This commit is contained in:
George Joseph
2016-08-18 14:15:46 -06:00
parent 966527249e
commit c7ffd6111d
2 changed files with 1 additions and 1 deletions

View File

@@ -41,6 +41,7 @@
/*** MODULEINFO
<depend>generic_odbc</depend>
<depend>res_odbc_transaction</depend>
<depend>ltdl</depend>
<support_level>core</support_level>
***/