]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3295 --resolve that is pretty odd, I must have been sleep-deprived or something
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 13 May 2011 12:22:25 +0000 (07:22 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 13 May 2011 12:22:25 +0000 (07:22 -0500)
src/mod/endpoints/mod_sofia/sofia.c

index 815606137673cbe19414b1b48a25cbf22632df2c..be24a00d98cf7dd3f8516fa470aa1c5075a9023d 100644 (file)
@@ -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) {