]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10273: [freeswitch-core] Missing case stmt causing invalid stats #resolve
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 27 Apr 2017 19:54:45 +0000 (14:54 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 27 Apr 2017 19:54:45 +0000 (14:54 -0500)
src/switch_rtp.c

index 0087b2afcc80fbdc5f4a34591bf9df0f13f5fe27..04c711c45cbc4d693b1667a523b3e9d1ad79d821 100644 (file)
@@ -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:
                                {