FS-10273: [freeswitch-core] Missing case stmt causing invalid stats #resolve

This commit is contained in:
Anthony Minessale 2017-04-27 14:54:45 -05:00
parent 9b0f71b4c5
commit c6839a44f3

View File

@ -6073,6 +6073,8 @@ static switch_status_t read_rtp_packet(switch_rtp_t *rtp_session, switch_size_t
} }
} }
break; break;
case SWITCH_STATUS_BREAK:
break;
case SWITCH_STATUS_SUCCESS: case SWITCH_STATUS_SUCCESS:
default: default:
{ {