diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2010-09-21 04:09:34 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2010-09-21 04:09:34 +0000 |
commit | 8cc2a607728079d5208102bbf0b8abd83c12915e (patch) | |
tree | 6cd634531afc55dd0bb875f5314d5db812742e32 | |
parent | 499f6c85fd8120f12a11bbc9be6c1b9fe3052744 (diff) |
remove now obsolete XXX comment
-rw-r--r-- | sys/net/pf.c | 3 |
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); |