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 ab1f8eae62
commit 5b5a903237

View 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:
{