mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
Fix fallback to CORE_DB when MSSQL fails init
This commit is contained in:
parent
c6e7988bf8
commit
3406d05ba7
@ -1624,6 +1624,7 @@ switch_status_t switch_core_sqldb_start(switch_memory_pool_t *pool, switch_bool_
|
|||||||
runtime.odbc_dsn = NULL;
|
runtime.odbc_dsn = NULL;
|
||||||
runtime.odbc_user = NULL;
|
runtime.odbc_user = NULL;
|
||||||
runtime.odbc_pass = NULL;
|
runtime.odbc_pass = NULL;
|
||||||
|
runtime.odbc_dbtype = DBTYPE_DEFAULT;
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "Falling back to core_db.\n");
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "Falling back to core_db.\n");
|
||||||
goto top;
|
goto top;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user