From owner-cvs-sys Wed Feb 19 11:15:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA12676 for cvs-sys-outgoing; Wed, 19 Feb 1997 11:15:46 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA12669; Wed, 19 Feb 1997 11:15:44 -0800 (PST) Date: Wed, 19 Feb 1997 11:15:44 -0800 (PST) From: Garrett Wollman Message-Id: <199702191915.LAA12669@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern uipc_socket2.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 97/02/19 11:15:44 Modified: sys/kern uipc_socket2.c Log: Make the operation of sonewconn1() a bit clearer by calling pru_attach() before putting the new connection on the connection queue. Revision Changes Path 1.21 +7 -12 src/sys/kern/uipc_socket2.c