diff --git a/kernel-module/xt_RTPENGINE.c b/kernel-module/xt_RTPENGINE.c index 2c5ab51c9f..10202cae45 100644 --- a/kernel-module/xt_RTPENGINE.c +++ b/kernel-module/xt_RTPENGINE.c @@ -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;