FS-7499: fix seg

This commit is contained in:
Anthony Minessale 2015-03-04 17:33:23 -06:00 committed by Michael Jerris
parent db191452d6
commit 3e7c0f6558
1 changed files with 1 additions and 1 deletions

View File

@ -4849,7 +4849,7 @@ static switch_status_t read_rtp_packet(switch_rtp_t *rtp_session, switch_size_t
do_dtls(rtp_session, rtp_session->dtls); do_dtls(rtp_session, rtp_session->dtls);
if (rtp_session->dtls->bytes) { if (rtp_session->dtls && rtp_session->dtls->bytes) {
*bytes = 0; *bytes = 0;
sync = 1; sync = 1;
} }