From: Anthony Minessale Date: Fri, 13 May 2011 12:22:25 +0000 (-0500) Subject: FS-3295 --resolve that is pretty odd, I must have been sleep-deprived or something X-Git-Tag: v1.2-rc1~118^2~6^2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d59fdabeff2b6c5fa06546b6c36bcae61f2fe8b8;p=thirdparty%2Ffreeswitch.git FS-3295 --resolve that is pretty odd, I must have been sleep-deprived or something --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 8156061376..be24a00d98 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -5559,13 +5559,6 @@ nua_handle_t *sofia_global_nua_handle_by_replaces(sip_replaces_t *replaces) const void *var; void *val; sofia_profile_t *profile; - switch_xml_t xml_root; - const char *err; - - if ((xml_root = switch_xml_open_root(1, &err))) { - switch_xml_free(xml_root); - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Reload XML [%s]\n", err); - } switch_mutex_lock(mod_sofia_globals.hash_mutex); if (mod_sofia_globals.profile_hash) {