提交 2cbe1989 authored 作者: Brian West's avatar Brian West 提交者: Mike Jerris

FS-9678: Fix FreeSWITCH not shutting down when profiles fails to load and…

FS-9678: Fix FreeSWITCH not shutting down when profiles fails to load and shutdown-on-fail is set to true
上级 91945cb1
...@@ -1186,7 +1186,6 @@ SWITCH_DECLARE(void) switch_core_runtime_loop(int bg) ...@@ -1186,7 +1186,6 @@ SWITCH_DECLARE(void) switch_core_runtime_loop(int bg)
WaitForSingleObject(shutdown_event, INFINITE); WaitForSingleObject(shutdown_event, INFINITE);
} }
#else #else
runtime.running = 1;
while (runtime.running) { while (runtime.running) {
switch_yield(1000000); switch_yield(1000000);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论