提交 07de7501 authored 作者: Anthony Minessale's avatar Anthony Minessale

reverse logic

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16475 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 7299658c
......@@ -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);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论