From: Anthony Minessale Date: Sat, 23 Jan 2010 06:17:09 +0000 (+0000) Subject: reverse logic X-Git-Tag: v1.0.6~621 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07de75014aba0e60f62f3dcef504c75a06f7c124;p=thirdparty%2Ffreeswitch.git reverse logic git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16475 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_time.c b/src/switch_time.c index b3725f603a..e4dc030802 100644 --- a/src/switch_time.c +++ b/src/switch_time.c @@ -972,7 +972,7 @@ SWITCH_MODULE_LOAD_FUNCTION(softtimer_load) switch_time_set_nanosleep(SWITCH_FALSE); } - if (!switch_test_flag((&runtime), SCF_USE_COND_TIMING)) { + if (switch_test_flag((&runtime), SCF_USE_COND_TIMING)) { switch_time_set_cond_yield(SWITCH_TRUE); }