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
changes/43/3643/1
George Joseph 9 years ago
parent cab6975b02
commit 4c1ae07d51

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

@ -26,7 +26,6 @@
#include "asterisk/module.h"
/*** MODULEINFO
<depend>res_odbc</depend>
<support_level>core</support_level>
***/

Loading…
Cancel
Save