diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 0b02ef773705..e7528b101e68 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -319,8 +319,6 @@ void tcp_req_err(struct sock *sk, u32 seq, bool abort) | |||
319 | /* ICMPs are not backlogged, hence we cannot get | 319 | /* ICMPs are not backlogged, hence we cannot get |
320 | * an established socket here. | 320 | * an established socket here. |
321 | */ | 321 | */ |
322 | WARN_ON(req->sk); | ||
323 | |||
324 | if (seq != tcp_rsk(req)->snt_isn) { | 322 | if (seq != tcp_rsk(req)->snt_isn) { |
325 | NET_INC_STATS_BH(net, LINUX_MIB_OUTOFWINDOWICMPS); | 323 | NET_INC_STATS_BH(net, LINUX_MIB_OUTOFWINDOWICMPS); |
326 | } else if (abort) { | 324 | } else if (abort) { |