patch-2.3.46 linux/net/ipv4/tcp_timer.c

Next file: linux/net/netlink/netlink_dev.c
Previous file: linux/net/ax25/af_ax25.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.45/linux/net/ipv4/tcp_timer.c linux/net/ipv4/tcp_timer.c
@@ -5,7 +5,7 @@
  *
  *		Implementation of the Transmission Control Protocol(TCP).
  *
- * Version:	$Id: tcp_timer.c,v 1.73 2000/02/09 11:16:42 davem Exp $
+ * Version:	$Id: tcp_timer.c,v 1.74 2000/02/14 20:56:30 davem Exp $
  *
  * Authors:	Ross Biro, <bir7@leland.Stanford.Edu>
  *		Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -659,6 +659,7 @@
 				if (req->retrans == 0)
 					lopt->qlen_young--;
 				tcp_openreq_free(req);
+				continue;
 			}
 			reqp = &req->dl_next;
 		}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)