cvs commit: src/sys/netnatm natm.c
Robert Watson
rwatson at FreeBSD.org
Sun Apr 9 17:14:48 UTC 2006
rwatson 2006-04-09 17:14:09 UTC
FreeBSD src repository
Modified files:
sys/netnatm natm.c
Log:
In natm_usr_abort(), replace existing call to natm_usr_shutdown() with
natm_usr_detach(), which actually does the right thing. This code has
never worked properly, but also was never invoked since we only abort
connections associated with listen sockets, and netnam doesn't support
listen sockets.
MFC after: 3 months
Revision Changes Path
1.44 +1 -1 src/sys/netnatm/natm.c
More information about the cvs-src
mailing list