patch-2.3.99-pre4 linux/net/khttpd/sockets.c

Next file: linux/net/khttpd/waitheaders.c
Previous file: linux/net/khttpd/security.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre3/linux/net/khttpd/sockets.c linux/net/khttpd/sockets.c
@@ -79,7 +79,6 @@
 	error=sock->ops->listen(sock,48);	
 	if (error!=0)
 		(void)printk(KERN_ERR "kHTTPd: Error listening on socket \n");
-	sock->flags |= SO_ACCEPTCON;	
 	
 	MainSocket = sock;
 	

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