kernel srtp fix

changes/61/8861/1
Richard Fuchs 12 years ago
parent bd829cb54d
commit f860c68276
Notes: Sipwise Jenkins Builder 9 years ago
jenkins_trigger: false

@ -2166,7 +2166,7 @@ not_stun:
src_check_ok:
parse_rtp(&rtp, skb);
if (rtp.ok) {
if (!rtp.ok) {
if (g->target.rtp_only)
goto skip1;
goto not_rtp;

Loading…
Cancel
Save