cvs commit: src/sys/netipx ipx_outputfl.c ipx_pcb.c
Robert Watson
rwatson at FreeBSD.org
Sun Jan 2 01:47:57 GMT 2005
rwatson 2005-01-02 01:47:56 UTC
FreeBSD src repository
Modified files:
sys/netipx ipx_outputfl.c ipx_pcb.c
Log:
Use RTFREE() to free route references rather than rtfree(), as rtfree()
expects a locked route reference. This removes a panic that occurs
when connected ipxpcb is closed and its route free'd, and may have been
present since the route locking took place.
MFC after: 2 weeks
Revision Changes Path
1.21 +1 -1 src/sys/netipx/ipx_outputfl.c
1.36 +1 -1 src/sys/netipx/ipx_pcb.c
More information about the cvs-src
mailing list