]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add missing call to ipx_pcbdetach() during SPX socket tear-down: not
authorrwatson <rwatson@FreeBSD.org>
Mon, 25 May 2009 13:34:03 +0000 (13:34 +0000)
committerrwatson <rwatson@FreeBSD.org>
Mon, 25 May 2009 13:34:03 +0000 (13:34 +0000)
commitd4f89343e714a60e7b0cf2426d0f967db61ae078
tree824c3ce6cda244d83bd63a092c978f8946b2ee58
parent44bf36969eebc4a2c0f076565468e7c9584ed3f2
Add missing call to ipx_pcbdetach() during SPX socket tear-down: not
harmful in practice if running without INVARIANTS, but will panic
with KASSERT enabled when SPX sockets are closed.

MFC after: 3 days
sys/netipx/spx_usrreq.c