From: Anthony Minessale Date: Thu, 27 Apr 2017 19:54:45 +0000 (-0500) Subject: FS-10273: [freeswitch-core] Missing case stmt causing invalid stats #resolve X-Git-Tag: v1.6.18~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b5a9032378b8d91d8dfbf423ce5477b5f5c03e1;p=thirdparty%2Ffreeswitch.git FS-10273: [freeswitch-core] Missing case stmt causing invalid stats #resolve --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 4624d02ca9..fa27a19cd6 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -6073,6 +6073,8 @@ static switch_status_t read_rtp_packet(switch_rtp_t *rtp_session, switch_size_t } } break; + case SWITCH_STATUS_BREAK: + break; case SWITCH_STATUS_SUCCESS: default: {