FS-2216 --resolve

This commit is contained in:
Marc Olivier Chouinard
2011-12-14 10:27:31 -05:00
parent 80d5c5aa53
commit e566057701
3 changed files with 3 additions and 3 deletions

View File

@@ -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;