summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-05-16 07:49:11 -0300
committerRenato Botelho <renato@netgate.com>2016-05-16 07:49:11 -0300
commitbd9343746768c1812e67f2c647cfc9795d90b552 (patch)
tree7fe4491c1c12c31c06144d2f13b5249df43f0182 /sys/net
parent736b7527cfdc5c4f0f0a91ddfaef07ea86ea0e58 (diff)
parentc3971ff45cd2cfdce3fb7e151d6c2542f2cb675d (diff)
downloadFreeBSD-src-bd9343746768c1812e67f2c647cfc9795d90b552.zip
FreeBSD-src-bd9343746768c1812e67f2c647cfc9795d90b552.tar.gz
Merge remote-tracking branch 'origin/stable/10' into devel
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/bpf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/bpf.c b/sys/net/bpf.c
index c40e29f..63426e7 100644
--- a/sys/net/bpf.c
+++ b/sys/net/bpf.c
@@ -2643,7 +2643,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;
}
OpenPOWER on IntegriCloud