Date: Fri, 13 Jan 2006 23:47:56 +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: <200601132347.k0DNlu72098591@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-01-13 23:47:56 UTC
FreeBSD src repository
Modified files:
sys/netipx ipx_input.c
Log:
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
MFC after: 3 days
Revision Changes Path
1.52 +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?200601132347.k0DNlu72098591>
