Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172115
b: refs/heads/master
c: f9a2e69
h: refs/heads/master
i:
  172113: 9ce46a6
  172111: 9602b4e
v: v3
  • Loading branch information
David S. Miller committed Dec 3, 2009
1 parent 5d62b70 commit 597fdaf
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: 91e2ff3528ac90b9dbcb04b76488e8ad74e3d3d9
refs/heads/master: f9a2e69e8bb77fe6c8e7da6380ebd4330c00a29e
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -2485,7 +2485,7 @@ struct sk_buff *tcp_make_synack(struct sock *sk, struct dst_entry *dst,

/* recommended */
*tail-- ^= ((th->dest << 16) | th->source);
*tail-- ^= (u32)cvp; /* per sockopt */
*tail-- ^= (u32)(unsigned long)cvp; /* per sockopt */

sha_transform((__u32 *)&xvp->cookie_bakery[0],
(char *)mess,
Expand Down

0 comments on commit 597fdaf

Please sign in to comment.