mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Oops, previous commit fixed a bug that was already fixed before.
Back it out.
This commit is contained in:
parent
47945ade89
commit
a604c8808e
1 changed files with 0 additions and 2 deletions
|
|
@ -1180,8 +1180,6 @@ ng_ppp_get_packet(node_p node, struct mbuf **mp, meta_p *metap)
|
|||
FREE(qent, M_NETGRAPH);
|
||||
priv->qlen--;
|
||||
}
|
||||
priv->bundleStats.recvFrames++;
|
||||
priv->bundleStats.recvOctets += m->m_pkthdr.len;
|
||||
*mp = m;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue