]> 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:57 +0000 (14:54 -0500)
src/switch_rtp.c

index 4624d02ca988a967bcb9e0669a39f60b6db25f5d..fa27a19cd6d49abee3d68d73b0fcee22cf685c84 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:
                                {