]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bugfix (only affecting the "lookup" option in the userspace version of ipfw):
authorluigi <luigi@FreeBSD.org>
Wed, 13 May 2015 11:53:25 +0000 (11:53 +0000)
committerluigi <luigi@FreeBSD.org>
Wed, 13 May 2015 11:53:25 +0000 (11:53 +0000)
commit6382c784c892aa8032b039acc800e52c24cd6ceb
tree51d253580680b769c5d48bd07324b35eb6f6c907
parent5cfb29320af7efe68fe6aa83e89cc3650167c5f0
bugfix (only affecting the "lookup" option in the userspace version of ipfw):

the conditional block should not include the 'else' otherwise
the code does a 'break;' without completing the check
sys/netpfil/ipfw/ip_fw2.c