diff options
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 548a06e66b4e..d2ef3a39dff4 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -1006,7 +1006,7 @@ static void tcp_v6_send_response(struct sk_buff *skb, u32 seq, u32 ack, u32 win, | |||
1006 | skb_reserve(buff, MAX_HEADER + sizeof(struct ipv6hdr) + tot_len); | 1006 | skb_reserve(buff, MAX_HEADER + sizeof(struct ipv6hdr) + tot_len); |
1007 | 1007 | ||
1008 | t1 = (struct tcphdr *) skb_push(buff, tot_len); | 1008 | t1 = (struct tcphdr *) skb_push(buff, tot_len); |
1009 | skb_reset_transport_header(skb); | 1009 | skb_reset_transport_header(buff); |
1010 | 1010 | ||
1011 | /* Swap the send and the receive. */ | 1011 | /* Swap the send and the receive. */ |
1012 | memset(t1, 0, sizeof(*t1)); | 1012 | memset(t1, 0, sizeof(*t1)); |