wg: Fix a mismerge
df55485085 fixed a leak that I had initially fixed in a11009dccb. Fixes: a11009dccb
This commit is contained in:
parent
ffe3def903
commit
1bb7c45c53
@ -1911,7 +1911,6 @@ wg_input(struct mbuf *m0, int offset, struct inpcb *inpcb,
|
||||
*/
|
||||
if ((m = m_pullup(m0, m0->m_pkthdr.len)) == NULL) {
|
||||
DPRINTF(sc, "DEFRAG fail\n");
|
||||
m_freem(m0);
|
||||
return;
|
||||
}
|
||||
data = mtod(m, void *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user