cvs commit: src/sys/dev/nve if_nve.c
Maxime Henrion
mux at FreeBSD.org
Tue Aug 30 09:03:14 GMT 2005
mux 2005-08-30 09:03:13 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/nve if_nve.c
Log:
MFC if_nve.c r1.8:
date: 2005/07/25 22:21:11; author: mux; state: Exp; lines: +0 -1
Remove an erroneous m_freem() call. If m_defrag() returns a non-NULL
pointer, it has already freed the original mbuf chain, so we shouldn't
do it again.
Approved by: re (scottl)
Revision Changes Path
1.7.2.3 +0 -1 src/sys/dev/nve/if_nve.c
More information about the cvs-src
mailing list