mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +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] = "";
|
||||
#endif
|
||||
if (bg) {
|
||||
bg = 0;
|
||||
#ifdef WIN32
|
||||
switch_snprintf(path, sizeof(path), "Global\\Freeswitch.%d", getpid());
|
||||
shutdown_event = CreateEvent(NULL, FALSE, FALSE, path);
|
||||
|
Loading…
x
Reference in New Issue
Block a user