cvs commit: src/sys/netipx ipx_input.c
Robert Watson
rwatson at FreeBSD.org
Tue Feb 14 13:35:08 PST 2006
rwatson 2006-02-14 21:35:07 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/netipx ipx_input.c
Log:
Merge ipx_input.c:1.52 from HEAD to RELENG_6:
Remove dead code associated with 'mcopy' in ipx_forward(): at no point
are the contents of the forwarded mbuf ever copied into mcopy, so there's
no need to have mcopy, conditionally look at mcopy, or conditionally free
it.
Noticed by: Coverity Prevent analysis tool
Approved by: re (scottl)
Revision Changes Path
1.51.2.1 +1 -26 src/sys/netipx/ipx_input.c
More information about the cvs-src
mailing list