summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2009-12-05 08:32:12 +0000
committerluigi <luigi@FreeBSD.org>2009-12-05 08:32:12 +0000
commitecd6138bd55806004020006ef27c73fa611ca519 (patch)
tree7297e3216bf42e4ad19f255f831e6f6b3a2f6f47 /sys/netinet
parented39e6c80b4fda00266b24632377ce31339c4b23 (diff)
downloadFreeBSD-src-ecd6138bd55806004020006ef27c73fa611ca519.zip
FreeBSD-src-ecd6138bd55806004020006ef27c73fa611ca519.tar.gz
fix build with VNET enabled
Reported by: David Wolfskill
Diffstat (limited to 'sys/netinet')
-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 54cf817..8ff7ea0 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);
}
OpenPOWER on IntegriCloud