patch-2.3.17 linux/net/unix/af_unix.c
Next file: linux/net/x25/af_x25.c
Previous file: linux/net/socket.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Sep 7 10:20:11 1999
- Orig file:
v2.3.16/linux/net/unix/af_unix.c
- Orig date:
Tue Aug 31 17:29:15 1999
diff -u --recursive --new-file v2.3.16/linux/net/unix/af_unix.c linux/net/unix/af_unix.c
@@ -414,8 +414,6 @@
err = -EINVAL;
if (!sk->protinfo.af_unix.addr)
goto out; /* No listens on an unbound socket */
- if ((unsigned) backlog > SOMAXCONN)
- backlog = SOMAXCONN;
unix_state_wlock(sk);
if (sk->state != TCP_CLOSE && sk->state != TCP_LISTEN)
goto out_unlock;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)