FS-2216 --resolve
This commit is contained in:
parent
80d5c5aa53
commit
e566057701
|
@ -899,7 +899,7 @@ static switch_status_t conference_add_member(conference_obj_t *conference, confe
|
||||||
conference->count++;
|
conference->count++;
|
||||||
|
|
||||||
if (switch_test_flag(member, MFLAG_ENDCONF)) {
|
if (switch_test_flag(member, MFLAG_ENDCONF)) {
|
||||||
if (conference->end_count++);
|
if (conference->end_count++) {};
|
||||||
}
|
}
|
||||||
|
|
||||||
conference_send_presence(conference);
|
conference_send_presence(conference);
|
||||||
|
|
|
@ -76,7 +76,7 @@ static HANDLE shutdown_event;
|
||||||
static void handle_SIGILL(int sig)
|
static void handle_SIGILL(int sig)
|
||||||
{
|
{
|
||||||
int32_t arg = 0;
|
int32_t arg = 0;
|
||||||
if (sig);
|
if (sig) {};
|
||||||
/* send shutdown signal to the freeswitch core */
|
/* send shutdown signal to the freeswitch core */
|
||||||
switch_core_session_ctl(SCSC_SHUTDOWN, &arg);
|
switch_core_session_ctl(SCSC_SHUTDOWN, &arg);
|
||||||
return;
|
return;
|
||||||
|
|
|
@ -1500,7 +1500,7 @@ static void handle_SIGCHLD(int sig)
|
||||||
int status = 0;
|
int status = 0;
|
||||||
int pid = 0;
|
int pid = 0;
|
||||||
|
|
||||||
if (sig);
|
if (sig) {};
|
||||||
|
|
||||||
pid = wait(&status);
|
pid = wait(&status);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue