diff --git a/src/switch_core.c b/src/switch_core.c index d3e6ef7af4..906a318b80 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -1186,7 +1186,6 @@ SWITCH_DECLARE(void) switch_core_runtime_loop(int bg) WaitForSingleObject(shutdown_event, INFINITE); } #else - runtime.running = 1; while (runtime.running) { switch_yield(1000000); }