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)
This commit is contained in:
parent
3439f4b996
commit
7b3716f009
@ -875,7 +875,6 @@ nve_ifstart(struct ifnet *ifp)
|
||||
sc->tx_errors++;
|
||||
continue;
|
||||
}
|
||||
m_freem(m0);
|
||||
m0 = m;
|
||||
|
||||
error = bus_dmamap_load_mbuf(sc->mtag, buf->map, m,
|
||||
|
Loading…
Reference in New Issue
Block a user