diff options
-rw-r--r-- | net/ipv4/tcp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index d6e488668171..8b124eafbb90 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c | |||
@@ -1760,8 +1760,7 @@ int tcp_disconnect(struct sock *sk, int flags) | |||
1760 | tcp_clear_retrans(tp); | 1760 | tcp_clear_retrans(tp); |
1761 | inet_csk_delack_init(sk); | 1761 | inet_csk_delack_init(sk); |
1762 | tcp_init_send_head(sk); | 1762 | tcp_init_send_head(sk); |
1763 | tp->rx_opt.saw_tstamp = 0; | 1763 | memset(&tp->rx_opt, 0, sizeof(tp->rx_opt)); |
1764 | tcp_sack_reset(&tp->rx_opt); | ||
1765 | __sk_dst_reset(sk); | 1764 | __sk_dst_reset(sk); |
1766 | 1765 | ||
1767 | BUG_TRAP(!inet->num || icsk->icsk_bind_hash); | 1766 | BUG_TRAP(!inet->num || icsk->icsk_bind_hash); |