mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-2216 --resolve
This commit is contained in:
@@ -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