mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
fix return value
This commit is contained in:
parent
5c7d1ab8d7
commit
bf9809c10c
@ -1235,7 +1235,6 @@ void stop_all_websockets()
|
|||||||
if (switch_event_fire(&event) != SWITCH_STATUS_SUCCESS) {
|
if (switch_event_fire(&event) != SWITCH_STATUS_SUCCESS) {
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG,SWITCH_LOG_ERROR, "Failed to fire the event!\n");
|
switch_log_printf(SWITCH_CHANNEL_LOG,SWITCH_LOG_ERROR, "Failed to fire the event!\n");
|
||||||
switch_event_destroy(&event);
|
switch_event_destroy(&event);
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user