diff options
Diffstat (limited to 'net/ipv4/tcp.c')
| -rw-r--r-- | net/ipv4/tcp.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index 48636aee23c3..8b8059b7af4d 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c @@ -3566,6 +3566,7 @@ int tcp_abort(struct sock *sk, int err)  	bh_unlock_sock(sk);  	local_bh_enable(); +	tcp_write_queue_purge(sk);  	release_sock(sk);  	return 0;  } | 

