]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_odbc: Correct the dependency relationship with res_odbc_transaction 44/3644/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:30:38 +0000 (15:30 -0500)
commit85a1de9f7260b16642d74d94aae6afa3ae941c5a
treea6410965f6be273be6cd383681c26fe16e429eea
parent81e3b8f141ee9a269adbab42d2bd390b9bfbb901
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