]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9678: Fix FreeSWITCH not shutting down when profiles fails to load and shutdown...
authorBrian West <brian@freeswitch.org>
Mon, 31 Oct 2016 15:38:24 +0000 (10:38 -0500)
committerBrian West <brian@freeswitch.org>
Mon, 31 Oct 2016 15:38:42 +0000 (10:38 -0500)
src/switch_core.c

index 6296102d412df61d0c65946cb2a408a6fc2aed82..1a303d20650bdc30c468c0ce7d06307d4f4ddbfa 100644 (file)
@@ -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);
                }