Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26374
b: refs/heads/master
c: 83de47c
h: refs/heads/master
v: v3
  • Loading branch information
Hua Zhong authored and David S. Miller committed Apr 30, 2006
1 parent 81a9d2f commit be026d3
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: 8dff7c29707b7514043539f5ab5e0a6eb7bd9dcd
refs/heads/master: 83de47cd0c5738105f40e65191b0761dfa7431ac
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ static int tcp_transmit_skb(struct sock *sk, struct sk_buff *skb, int clone_it,
TCP_INC_STATS(TCP_MIB_OUTSEGS);

err = icsk->icsk_af_ops->queue_xmit(skb, 0);
if (unlikely(err <= 0))
if (likely(err <= 0))
return err;

tcp_enter_cwr(sk);
Expand Down

0 comments on commit be026d3

Please sign in to comment.