mux 2005-07-25 22:21:11 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c
Log:
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.
This is an MFC candidate.
Revision Changes Path
1.8 +0 -1 src/sys/dev/nve/if_nve.c