mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
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:
@@ -41,6 +41,7 @@
|
||||
|
||||
/*** MODULEINFO
|
||||
<depend>generic_odbc</depend>
|
||||
<depend>res_odbc_transaction</depend>
|
||||
<depend>ltdl</depend>
|
||||
<support_level>core</support_level>
|
||||
***/
|
||||
|
Reference in New Issue
Block a user