MFC 1.160: Undo optimization which broke BIOCGSEESENT handling.
Approved by: re (scottl)
This commit is contained in:
parent
16ee6d8644
commit
3fe532433d
@ -1244,10 +1244,6 @@ bpf_mtap(bp, m)
|
||||
return;
|
||||
|
||||
pktlen = m_length(m, NULL);
|
||||
if (pktlen == m->m_len) {
|
||||
bpf_tap(bp, mtod(m, u_char *), pktlen);
|
||||
return;
|
||||
}
|
||||
|
||||
BPFIF_LOCK(bp);
|
||||
LIST_FOREACH(d, &bp->bif_dlist, bd_next) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user