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.8.0~559 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6839a44f3285b13e61b85db7bfd095032d6a22a;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 0087b2afcc..04c711c45c 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: {