From: Seven Du Date: Thu, 8 Aug 2013 07:07:46 +0000 (+0800) Subject: fix return value X-Git-Tag: v1.4.1~18^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf9809c10cd844a2a68931d5940d1a71776ebeb5;p=thirdparty%2Ffreeswitch.git fix return value --- diff --git a/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c b/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c index 9b791b6c53..0322ad5e51 100644 --- a/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c +++ b/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c @@ -1235,7 +1235,6 @@ void stop_all_websockets() if (switch_event_fire(&event) != SWITCH_STATUS_SUCCESS) { switch_log_printf(SWITCH_CHANNEL_LOG,SWITCH_LOG_ERROR, "Failed to fire the event!\n"); switch_event_destroy(&event); - return false; } }