diff --git a/sys/net/bpf.c b/sys/net/bpf.c index 5f2ef71b95da..740aea8734c8 100644 --- a/sys/net/bpf.c +++ b/sys/net/bpf.c @@ -2739,7 +2739,7 @@ again: LIST_FOREACH(bp, &bpf_iflist, bif_next) { if (bp->bif_ifp != ifp) continue; - if (n > n1) { + if (n >= n1) { free(lst, M_TEMP); goto again; }