patch-2.3.41 linux/net/khttpd/accept.c
Next file: linux/net/khttpd/datasending.c
Previous file: linux/net/irda/af_irda.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sat Jan 22 11:54:58 2000
- Orig file:
v2.3.40/linux/net/khttpd/accept.c
- Orig date:
Thu Aug 26 13:05:46 1999
diff -u --recursive --new-file v2.3.40/linux/net/khttpd/accept.c linux/net/khttpd/accept.c
@@ -63,7 +63,7 @@
the allocation of a new socket. (Which doesn't seem to be
used anyway)
*/
- if (Socket->sk->tp_pinfo.af_tcp.syn_wait_queue==NULL)
+ if (Socket->sk->tp_pinfo.af_tcp.accept_queue==NULL)
{
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)