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
MT#55283 remove redundant ip_send_check
This is implied by ip_local_out Change-Id: I8703bb773b8a13ad42223dff30ce7857bfa641e0
pull/1802/head
Richard Fuchs
2 years ago
parent
50cd1313f3
commit
39df7812b4
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
kernel-module/xt_RTPENGINE.c
+ 0
- 1
kernel-module/xt_RTPENGINE.c
View File
@ -3981,7 +3981,6 @@ static int send_proxy_packet4(struct sk_buff *skb, struct re_address *src, struc
skb
-
>
ip_summed
=
CHECKSUM_NONE
;
ip_select_ident
(
net
,
skb
,
NULL
)
;
ip_send_check
(
ih
)
;
ip_local_out
(
net
,
skb
-
>
sk
,
skb
)
;
return
0
;
Write
Preview
Loading…
Cancel
Save