Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167699
b: refs/heads/master
c: a1a2ad9
h: refs/heads/master
i:
  167697: 1356fa2
  167695: 5860686
v: v3
  • Loading branch information
David S. Miller committed Oct 20, 2009
1 parent 09ffcbb commit d686582
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 77238f2b942b38ab4e7f3aced44084493e4a8675
refs/heads/master: a1a2ad9151c26d92e5c733a33d52108f5d3a5b57
1 change: 0 additions & 1 deletion trunk/net/ipv4/tcp_minisocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,6 @@ struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb,
/* If TCP_DEFER_ACCEPT is set, drop bare ACK. */
if (inet_csk(sk)->icsk_accept_queue.rskq_defer_accept &&
TCP_SKB_CB(skb)->end_seq == tcp_rsk(req)->rcv_isn + 1) {
inet_csk(sk)->icsk_accept_queue.rskq_defer_accept--;
inet_rsk(req)->acked = 1;
return NULL;
}
Expand Down

0 comments on commit d686582

Please sign in to comment.