summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2010-09-21 04:09:34 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2010-09-21 04:09:34 +0000
commit8cc2a607728079d5208102bbf0b8abd83c12915e (patch)
tree6cd634531afc55dd0bb875f5314d5db812742e32
parent499f6c85fd8120f12a11bbc9be6c1b9fe3052744 (diff)
remove now obsolete XXX comment
-rw-r--r--sys/net/pf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pf.c b/sys/net/pf.c
index e2dc1baa829..b0fa5cb1660 100644
--- a/sys/net/pf.c
+++ b/sys/net/pf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf.c,v 1.698 2010/09/21 03:42:17 henning Exp $ */
+/* $OpenBSD: pf.c,v 1.699 2010/09/21 04:09:33 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -2981,7 +2981,6 @@ pf_test_rule(struct pf_rule **rm, struct pf_state **sm, int direction,
if (act.log) {
struct pf_rule_item *mr;
- /* XXX this is BEFORE nat/rdr are actually applied! */
if (r->log)
PFLOG_PACKET(kif, h, m, af, direction, reason,
r, a, ruleset, pd);