wg: Fix a mismerge

df55485085 fixed a leak that I had initially fixed in a11009dccb.

Fixes:	a11009dccb
This commit is contained in:
Mark Johnston 2021-03-08 12:56:14 -05:00
parent ffe3def903
commit 1bb7c45c53

View File

@ -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 *);