Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104878
b: refs/heads/master
c: b32d131
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jul 22, 2008
1 parent 5182783 commit eddd51d
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: ebb36a978131810c98e7198b1187090c697cf99f
refs/heads/master: b32d13102d39ed411d152a7ffcc5f66d5b3b1b49
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ static unsigned tcp_syn_options(struct sock *sk, struct sk_buff *skb,
}
if (likely(sysctl_tcp_sack)) {
opts->options |= OPTION_SACK_ADVERTISE;
if (unlikely(!OPTION_TS & opts->options))
if (unlikely(!(OPTION_TS & opts->options)))
size += TCPOLEN_SACKPERM_ALIGNED;
}

Expand Down

0 comments on commit eddd51d

Please sign in to comment.