]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_odbc: Correct the dependency relationship with res_odbc_transaction 43/3643/1
authorGeorge Joseph <gjoseph@digium.com>
Thu, 18 Aug 2016 20:15:46 +0000 (14:15 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 18 Aug 2016 20:27:58 +0000 (14:27 -0600)
commit4c1ae07d51da3d8fe7967e48b74eeb685449bf78
treeaa78a724529d531f36afc7245b7f7eea0c5a3e57
parentcab6975b02b55b8b91560b5a186c6f82a4d7ee55
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
res/res_odbc.c
res/res_odbc_transaction.c