This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
kernel srtp fix
pull/11/head
Richard Fuchs
12 years ago
parent
aa4f2fa4bf
commit
0bc4d3c994
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
Write
Preview
Loading…
Cancel
Save