cvs commit: src/sys/net raw_usrreq.c
Robert Watson
rwatson at FreeBSD.org
Sun Apr 9 15:15:29 UTC 2006
rwatson 2006-04-09 15:15:28 UTC
FreeBSD src repository
Modified files:
sys/net raw_usrreq.c
Log:
Correct an assertion in raw_uattach(): this is a library call that other
protocols invoke after allocating a PCB, so so_pcb should be non-NULL.
It is only used by the two IPSEC implementations, so I didn't hit it in
my testing.
Reported by: pjd
MFC after: 3 months
Revision Changes Path
1.41 +6 -1 src/sys/net/raw_usrreq.c
More information about the cvs-src
mailing list