mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
Merge branch 'master' into smgmaster
Conflicts: build/modules.conf.in src/mod/loggers/mod_logfile/mod_logfile.c
This commit is contained in:
+2
-2
@@ -85,7 +85,7 @@ static void handle_SIGILL(int sig)
|
||||
#ifndef WIN32
|
||||
static void handle_SIGUSR2(int sig)
|
||||
{
|
||||
if (sig);
|
||||
if (sig) {};
|
||||
|
||||
system_ready = 1;
|
||||
|
||||
@@ -97,7 +97,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