Fix xml error message on bad config file.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1591 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
fe32a839df
commit
f9cdd8aacc
|
@ -2817,7 +2817,6 @@ SWITCH_DECLARE(switch_status_t) switch_core_init(char *console, const char **err
|
|||
|
||||
if (switch_xml_init(runtime.memory_pool, err) != SWITCH_STATUS_SUCCESS) {
|
||||
apr_terminate();
|
||||
*err = "FATAL ERROR! Could not open XML Registry %s\n";
|
||||
return SWITCH_STATUS_MEMERR;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue