Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190227
b: refs/heads/master
c: 6651ffc
h: refs/heads/master
i:
  190225: bbf0ab9
  190223: 018cbe5
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Apr 21, 2010
1 parent a53f5f2 commit ae23635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8eabf95cb17253a3ac72b1a62ce8a80b3efecd62
refs/heads/master: 6651ffc8e8bdd5fb4b7d1867c6cfebb4f309512c
2 changes: 1 addition & 1 deletion trunk/net/ipv6/tcp_ipv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ static void tcp_v6_send_response(struct sk_buff *skb, u32 seq, u32 ack, u32 win,
skb_reserve(buff, MAX_HEADER + sizeof(struct ipv6hdr) + tot_len);

t1 = (struct tcphdr *) skb_push(buff, tot_len);
skb_reset_transport_header(skb);
skb_reset_transport_header(buff);

/* Swap the send and the receive. */
memset(t1, 0, sizeof(*t1));
Expand Down

0 comments on commit ae23635

Please sign in to comment.