From: Brian West Date: Mon, 31 Oct 2016 15:38:24 +0000 (-0500) Subject: FS-9678: Fix FreeSWITCH not shutting down when profiles fails to load and shutdown... X-Git-Tag: v1.8.0~1144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fb0db3e5951f462c525b7460a24dbab8dfd2d19;p=thirdparty%2Ffreeswitch.git FS-9678: Fix FreeSWITCH not shutting down when profiles fails to load and shutdown-on-fail is set to true --- diff --git a/src/switch_core.c b/src/switch_core.c index 6296102d41..1a303d2065 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -1187,7 +1187,6 @@ SWITCH_DECLARE(void) switch_core_runtime_loop(int bg) WaitForSingleObject(shutdown_event, INFINITE); } #else - runtime.running = 1; while (runtime.running) { switch_yield(1000000); }