Oops, previous commit fixed a bug that was already fixed before.

Back it out.
This commit is contained in:
Archie Cobbs 2000-08-10 23:04:46 +00:00
parent 47945ade89
commit a604c8808e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64517

View File

@ -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;
}