Date: Sat, 1 Apr 2006 10:45:52 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket.c Message-ID: <200604011045.k31Ajrjv092166@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-04-01 10:45:52 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Assert so->so_pcb is NULL in sodealloc() -- the protocol state should not be present at this point. We will eventually remove this assert because the socket layer should never look at so_pcb, but for now it's a useful debugging tool. MFC after: 3 months Revision Changes Path 1.261 +2 -0 src/sys/kern/uipc_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604011045.k31Ajrjv092166>