mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-07 16:31:12 +00:00
remove dup line
This commit is contained in:
parent
710376fbe8
commit
8670318855
@ -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.max_dtmf_duration = SWITCH_MAX_DTMF_DURATION;
|
||||||
runtime.default_dtmf_duration = SWITCH_DEFAULT_DTMF_DURATION;
|
runtime.default_dtmf_duration = SWITCH_DEFAULT_DTMF_DURATION;
|
||||||
runtime.min_dtmf_duration = SWITCH_MIN_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 */
|
/* INIT APR and Create the pool context */
|
||||||
if (apr_initialize() != SWITCH_STATUS_SUCCESS) {
|
if (apr_initialize() != SWITCH_STATUS_SUCCESS) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user