From: Marc Fiuczynski Date: Fri, 29 Jun 2007 00:52:18 +0000 (+0000) Subject: fixup for non-functional change X-Git-Tag: linux-2.6-22-1~52 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=90d7fbbcd3d391a6035eee5c9519e06f83f0fa5f;p=linux-2.6.git fixup for non-functional change --- 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;