fix build with VNET enabled

Reported by: David Wolfskill
This commit is contained in:
Luigi Rizzo 2009-12-05 08:32:12 +00:00
parent 9afcc9986c
commit e99816f1eb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200113

View file

@ -2597,7 +2597,7 @@ do { \
* XXX should not happen here, but optimized out in * XXX should not happen here, but optimized out in
* the caller. * the caller.
*/ */
if (fw_one_pass) { if (V_fw_one_pass) {
IPFW_RUNLOCK(chain); IPFW_RUNLOCK(chain);
return (IP_FW_PASS); return (IP_FW_PASS);
} }