mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
FS-2216 --resolve
This commit is contained in:
@@ -1500,7 +1500,7 @@ static void handle_SIGCHLD(int sig)
|
||||
int status = 0;
|
||||
int pid = 0;
|
||||
|
||||
if (sig);
|
||||
if (sig) {};
|
||||
|
||||
pid = wait(&status);
|
||||
|
||||
|
Reference in New Issue
Block a user