patch-2.3.17 linux/net/decnet/af_decnet.c
Next file: linux/net/ipv4/af_inet.c
Previous file: linux/net/core/iovec.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Tue Sep  7 10:20:11 1999
-  Orig file: 
v2.3.16/linux/net/decnet/af_decnet.c
-  Orig date: 
Tue Aug 31 17:29:15 1999
diff -u --recursive --new-file v2.3.16/linux/net/decnet/af_decnet.c linux/net/decnet/af_decnet.c
@@ -1239,9 +1239,6 @@
 	if ((sk->protinfo.dn.state != DN_O) || (sk->state == TCP_LISTEN))
 		goto out;
 
-	if (backlog > SOMAXCONN)
-		backlog = SOMAXCONN;
-
 	sk->max_ack_backlog = backlog;
 	sk->ack_backlog     = 0;
 	sk->state           = TCP_LISTEN;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)