K 10 svn:author V 3 mux K 8 svn:date V 27 2005-08-30T09:03:13.000000Z K 7 svn:log V 275 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) END