reverse logic
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16475 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7299658c54
commit
07de75014a
|
@ -972,7 +972,7 @@ SWITCH_MODULE_LOAD_FUNCTION(softtimer_load)
|
||||||
switch_time_set_nanosleep(SWITCH_FALSE);
|
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);
|
switch_time_set_cond_yield(SWITCH_TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue