FS-6209 failing to load without a conf is bad

This commit is contained in:
Brian West 2014-02-27 15:25:29 -06:00
parent 3dad15f938
commit 26e96effe9
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ static switch_status_t opus_load_config(switch_bool_t reload)
if (!(xml = switch_xml_open_cfg(cf, &cfg, NULL))) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Opening of %s failed\n", cf);
status = SWITCH_STATUS_TERM;
return status;
}
if ((settings = switch_xml_child(cfg, "settings"))) {