reverse logic

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16475 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2010-01-23 06:17:09 +00:00
parent 7299658c54
commit 07de75014a
1 changed files with 1 additions and 1 deletions

View 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);
}