summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw2.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2006-06-29 10:49:49 +0000
committerbz <bz@FreeBSD.org>2006-06-29 10:49:49 +0000
commited6ddd5a31acfb82ab834df0e5f5834df651be4d (patch)
tree20b3aad49be03170cb27077f0ad21d8d27371b07 /sys/netinet/ip_fw2.c
parent859313b1e92c383db9b8df053139dd8698133434 (diff)
downloadFreeBSD-src-ed6ddd5a31acfb82ab834df0e5f5834df651be4d.zip
FreeBSD-src-ed6ddd5a31acfb82ab834df0e5f5834df651be4d.tar.gz
Use INPLOOKUP_WILDCARD instead of just 1 more consistently.
OKed by: rwatson (some weeks ago)
Diffstat (limited to 'sys/netinet/ip_fw2.c')
-rw-r--r--sys/netinet/ip_fw2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index 0723cbe..310fb03 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -1925,7 +1925,7 @@ check_uidgid(ipfw_insn_u32 *insn,
wildcard = 0;
pi = &tcbinfo;
} else if (proto == IPPROTO_UDP) {
- wildcard = 1;
+ wildcard = INPLOOKUP_WILDCARD;
pi = &udbinfo;
} else
return 0;
OpenPOWER on IntegriCloud