Index: uipc_usrreq.c =================================================================== RCS file: /zoo/cvsup/FreeBSD-CVS/src/sys/kern/uipc_usrreq.c,v retrieving revision 1.181 diff -u -r1.181 uipc_usrreq.c --- uipc_usrreq.c 24 Jul 2006 15:20:07 -0000 1.181 +++ uipc_usrreq.c 26 Jul 2006 18:11:22 -0000 @@ -443,7 +443,6 @@ struct unpcb *ref = LIST_FIRST(&unp->unp_refs); unp_drop(ref, ECONNRESET); } - soisdisconnected(unp->unp_socket); unp->unp_socket->so_pcb = NULL; local_unp_rights = unp_rights; UNP_UNLOCK();