Browse Source

kernel srtp fix

pull/11/head
Richard Fuchs 12 years ago
parent
commit
0bc4d3c994
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel-module/xt_MEDIAPROXY.c

+ 1
- 1
kernel-module/xt_MEDIAPROXY.c View File

@ -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