aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ipfw
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2009-12-05 08:32:12 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2009-12-05 08:32:12 +0000
commite99816f1ebad5cf16b82502cbf0bc3ef2b0ca835 (patch)
tree7297e3216bf42e4ad19f255f831e6f6b3a2f6f47 /sys/netinet/ipfw
parent9afcc9986cf4afb1ec2ff8844999e42d8f3379bb (diff)
downloadsrc-e99816f1ebad5cf16b82502cbf0bc3ef2b0ca835.tar.gz
src-e99816f1ebad5cf16b82502cbf0bc3ef2b0ca835.zip
fix build with VNET enabled
Reported by: David Wolfskill
Notes
Notes: svn path=/head/; revision=200113
Diffstat (limited to 'sys/netinet/ipfw')
-rw-r--r--sys/netinet/ipfw/ip_fw2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ipfw/ip_fw2.c b/sys/netinet/ipfw/ip_fw2.c
index 54cf817696bd..8ff7ea0999f4 100644
--- a/sys/netinet/ipfw/ip_fw2.c
+++ b/sys/netinet/ipfw/ip_fw2.c
@@ -2597,7 +2597,7 @@ do { \
* XXX should not happen here, but optimized out in
* the caller.
*/
- if (fw_one_pass) {
+ if (V_fw_one_pass) {
IPFW_RUNLOCK(chain);
return (IP_FW_PASS);
}