Explicitly set the default value for Bflag to BPF_FILDROP_PASS
authorhalex <halex@openbsd.org>
Sat, 9 Jul 2022 23:24:44 +0000 (23:24 +0000)
committerhalex <halex@openbsd.org>
Sat, 9 Jul 2022 23:24:44 +0000 (23:24 +0000)
commitc6925907c9504a55c679ab120875420cf890f5cf
treea6de21052d80076d80f5d3da954e719ed5820ac5
parentf6281ee2123ae5550b6c244e483733da88b6f76c
Explicitly set the default value for Bflag to BPF_FILDROP_PASS

Technically a nop since the value of the initial constant is 0 anyway
but we should not rely on that.
usr.sbin/tcpdump/tcpdump.c