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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"