Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53494
b: refs/heads/master
c: b40b4f7
h: refs/heads/master
v: v3
  • Loading branch information
Srinivas Aji authored and David S. Miller committed May 4, 2007
1 parent a27fecf commit b5319db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: fde82055c1d0e64ff660d83c705db0e1abc9d12e
refs/heads/master: b40b4f79ce789e9e28d382c85006f62be2725282
3 changes: 1 addition & 2 deletions trunk/net/ipv4/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1760,8 +1760,7 @@ int tcp_disconnect(struct sock *sk, int flags)
tcp_clear_retrans(tp);
inet_csk_delack_init(sk);
tcp_init_send_head(sk);
tp->rx_opt.saw_tstamp = 0;
tcp_sack_reset(&tp->rx_opt);
memset(&tp->rx_opt, 0, sizeof(tp->rx_opt));
__sk_dst_reset(sk);

BUG_TRAP(!inet->num || icsk->icsk_bind_hash);
Expand Down

0 comments on commit b5319db

Please sign in to comment.