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 libs/esl/fs_cli.c
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ static HANDLE shutdown_event;
|
||||
static void handle_SIGILL(int sig)
|
||||
{
|
||||
int32_t arg = 0;
|
||||
if (sig);
|
||||
if (sig) {};
|
||||
/* send shutdown signal to the freeswitch core */
|
||||
switch_core_session_ctl(SCSC_SHUTDOWN, &arg);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user