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:
Michael Jerris 2006-06-10 03:45:08 +00:00
parent fe32a839df
commit f9cdd8aacc
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}