]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
revert, didn't mean to commit that one
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 5 Aug 2011 14:32:23 +0000 (09:32 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 5 Aug 2011 14:32:23 +0000 (09:32 -0500)
src/switch_core.c

index 37784193b0784a1fa0c86834c5e8bf0a6716d19c..e7cd60d58f2bc2582e3e32612dfe77649eede2e0 100644 (file)
@@ -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");