diff options
Diffstat (limited to 'net/ipv4/ip_output.c')
-rw-r--r-- | net/ipv4/ip_output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index 04c7b3ba6b39..d3a4540cd308 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c | |||
@@ -767,7 +767,6 @@ static inline int ip_ufo_append_data(struct sock *sk, | |||
767 | 767 | ||
768 | skb->ip_summed = CHECKSUM_PARTIAL; | 768 | skb->ip_summed = CHECKSUM_PARTIAL; |
769 | skb->csum = 0; | 769 | skb->csum = 0; |
770 | sk->sk_sndmsg_off = 0; | ||
771 | 770 | ||
772 | /* specify the length of each IP datagram fragment */ | 771 | /* specify the length of each IP datagram fragment */ |
773 | skb_shinfo(skb)->gso_size = mtu - fragheaderlen; | 772 | skb_shinfo(skb)->gso_size = mtu - fragheaderlen; |