]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove dup line
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 23 Jul 2010 19:13:45 +0000 (14:13 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 23 Jul 2010 19:13:45 +0000 (14:13 -0500)
src/switch_core.c

index 060e6cff8fa7d4cb8899cb30126a7f85d4bc8489..d48cd46dfca7c77673ce06f4f51c43d316ed0116 100644 (file)
@@ -1235,7 +1235,6 @@ SWITCH_DECLARE(switch_status_t) switch_core_init(switch_core_flag_t flags, switc
        runtime.max_dtmf_duration = SWITCH_MAX_DTMF_DURATION;
        runtime.default_dtmf_duration = SWITCH_DEFAULT_DTMF_DURATION;
        runtime.min_dtmf_duration = SWITCH_MIN_DTMF_DURATION;
-       switch_set_flag((&runtime), SCF_NO_NEW_SESSIONS);
 
        /* INIT APR and Create the pool context */
        if (apr_initialize() != SWITCH_STATUS_SUCCESS) {