]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The pfil(9) layer guarantees us presence of the protocol header,
authorGleb Smirnoff <glebius@FreeBSD.org>
Sat, 6 Oct 2012 07:06:57 +0000 (07:06 +0000)
committerGleb Smirnoff <glebius@FreeBSD.org>
Sat, 6 Oct 2012 07:06:57 +0000 (07:06 +0000)
commitea2951beedb7ea869cc7e602d1d8474dfcccd1dd
tree0b0ef102fb0e3e4c7008c6799ad83361c3845dab
parent3dacd67e46e80e9c5d2604dbff76247ef6be1c2c
  The pfil(9) layer guarantees us presence of the protocol header,
so remove extra check, that is always false.

P.S. Also, goto there lead to unlocking a not locked rwlock.
sys/netpfil/pf/pf.c