From 90d7fbbcd3d391a6035eee5c9519e06f83f0fa5f Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Fri, 29 Jun 2007 00:52:18 +0000 Subject: [PATCH] fixup for non-functional change --- net/ipv4/tcp_ipv4.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 8d3fa3c91..4d3232d61 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c @@ -5,7 +5,7 @@ * * Implementation of the Transmission Control Protocol(TCP). * - * Version: $Id$ + * Version: $Id: tcp_ipv4.c,v 1.240 2002/02/01 22:01:04 davem Exp $ * * IPv4 specific functions * @@ -1655,7 +1655,6 @@ int tcp_v4_rcv(struct sk_buff *skb) goto no_tcp_socket; process: - if (sk->sk_state == TCP_TIME_WAIT) goto do_time_wait; -- 2.43.0