summaryrefslogtreecommitdiff
path: root/sys/net/pf.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2010-09-24 02:28:11 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2010-09-24 02:28:11 +0000
commit2bbb5619ff409169f370d0601e3b24007a3b9a33 (patch)
tree39aadb0d8aa26ae396a0f03d61d18fbd71460d14 /sys/net/pf.c
parent210b222b3085e9b2fa6ee89b370c2d070af1452f (diff)
itojun picked exactly the right reason in that REASON_SET call. really no
reason to question himself by adding an XXX
Diffstat (limited to 'sys/net/pf.c')
-rw-r--r--sys/net/pf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pf.c b/sys/net/pf.c
index bd113781e8c..f842d078638 100644
--- a/sys/net/pf.c
+++ b/sys/net/pf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf.c,v 1.712 2010/09/24 02:22:37 henning Exp $ */
+/* $OpenBSD: pf.c,v 1.713 2010/09/24 02:28:10 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -6152,7 +6152,7 @@ pf_test6(int dir, struct ifnet *ifp, struct mbuf **m0,
*/
if (htons(h->ip6_plen) == 0) {
action = PF_DROP;
- REASON_SET(&reason, PFRES_NORM); /*XXX*/
+ REASON_SET(&reason, PFRES_NORM);
pflog |= PF_LOG_FORCE;
goto done;
}