mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 00:41:41 +00:00
Drop dead assignment
This commit is contained in:
parent
946db55b34
commit
fd4364cd43
@ -993,7 +993,6 @@ SWITCH_DECLARE(void) switch_core_runtime_loop(int bg)
|
|||||||
char path[256] = "";
|
char path[256] = "";
|
||||||
#endif
|
#endif
|
||||||
if (bg) {
|
if (bg) {
|
||||||
bg = 0;
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
switch_snprintf(path, sizeof(path), "Global\\Freeswitch.%d", getpid());
|
switch_snprintf(path, sizeof(path), "Global\\Freeswitch.%d", getpid());
|
||||||
shutdown_event = CreateEvent(NULL, FALSE, FALSE, path);
|
shutdown_event = CreateEvent(NULL, FALSE, FALSE, path);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user