]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4077 --resolve this is unrelated, we had to move the network list loader before...
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 11 Apr 2012 14:53:35 +0000 (09:53 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 11 Apr 2012 14:53:35 +0000 (09:53 -0500)
src/switch_core.c

index 4eeb02e44764a542aea90e149b658d431cba9069..61a0a8e6e18c33c2608040adc0721f935336cabf 100644 (file)
@@ -1885,7 +1885,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_init_and_modload(switch_core_flag_t
                return SWITCH_STATUS_GENERR;
        }
 
-
+       switch_load_network_lists(SWITCH_FALSE);
 
        switch_load_core_config("post_load_switch.conf");