rwatson 2006-08-02 14:30:58 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_usrreq.c
Log:
Remove now unneeded ENOTCONN clause from SOCK_DGRAM side of uipc_send():
we have to check it regardless of the target address, so don't check it
twice.
Revision Changes Path
1.184 +0 -5 src/sys/kern/uipc_usrreq.c