]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
reverse logic
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 23 Jan 2010 06:17:09 +0000 (06:17 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 23 Jan 2010 06:17:09 +0000 (06:17 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16475 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_time.c

index b3725f603a8f3882b0046ef931abbea2962cfc42..e4dc030802b91e28af49a461d51101e1a5dab31a 100644 (file)
@@ -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);
        }