Date: Tue, 14 Feb 2006 21:35:07 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netipx ipx_input.c Message-ID: <200602142135.k1ELZ7QM042060@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602142135.k1ELZ7QM042060>
