From: Anthony Minessale Date: Fri, 5 Aug 2011 14:32:23 +0000 (-0500) Subject: revert, didn't mean to commit that one X-Git-Tag: v1.2-rc1~51^2~289^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54feb3e245f0c8fa00afeef42507f338178c48ee;p=thirdparty%2Ffreeswitch.git revert, didn't mean to commit that one --- diff --git a/src/switch_core.c b/src/switch_core.c index 37784193b0..e7cd60d58f 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -1449,7 +1449,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_init(switch_core_flag_t flags, switc if (flags & SCF_MINIMAL) return SWITCH_STATUS_SUCCESS; runtime.tipping_point = 0; - runtime.timer_affinity = 0; + runtime.timer_affinity = -1; runtime.microseconds_per_tick = 20000; switch_load_core_config("switch.conf");