mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 22:03:50 +00:00
oops, compile fix
This commit is contained in:
parent
4294d0a79d
commit
4e1d522198
@ -292,7 +292,7 @@ static switch_status_t do_config()
|
|||||||
limit_config_dsn.pool = globals.pool;
|
limit_config_dsn.pool = globals.pool;
|
||||||
|
|
||||||
if (switch_xml_config_parse_module_settings("db.conf", SWITCH_FALSE, config_settings) != SWITCH_STATUS_SUCCESS) {
|
if (switch_xml_config_parse_module_settings("db.conf", SWITCH_FALSE, config_settings) != SWITCH_STATUS_SUCCESS) {
|
||||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_WARNING, "No config file found, defaulting to sqlite\n", DB_USAGE);
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "No config file found, defaulting to sqlite\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (globals.odbc_dsn) {
|
if (globals.odbc_dsn) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user