Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5929
b: refs/heads/master
c: 89ebd19
h: refs/heads/master
i:
  5927: 0f9ee62
v: v3
  • Loading branch information
David S. Miller committed Aug 23, 2005
1 parent 543930c commit 39d6cb6
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: 0fbbeb1ba43bd04f0f1d4f161b7f72437a1c8a03
refs/heads/master: 89ebd197eb2cd31d6187db344d5117064e19fdde
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ static inline void skb_entail(struct sock *sk, struct tcp_sock *tp,
sk_charge_skb(sk, skb);
if (!sk->sk_send_head)
sk->sk_send_head = skb;
else if (tp->nonagle&TCP_NAGLE_PUSH)
if (tp->nonagle & TCP_NAGLE_PUSH)
tp->nonagle &= ~TCP_NAGLE_PUSH;
}

Expand Down

0 comments on commit 39d6cb6

Please sign in to comment.