summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-06-30 16:52:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-06-30 16:52:28 +0000
commit36027fc20684b9f8853753b6b684e75f30f731a9 (patch)
tree13f18ca7aed513ab5cba7543c62869e16e72fdde /sbin/pfctl/pfctl.c
parent27f5afc026dac6b00cbd852f5edeef899a427795 (diff)
spaces
Diffstat (limited to 'sbin/pfctl/pfctl.c')
-rw-r--r--sbin/pfctl/pfctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c
index d3665a787c4..002e6ce4e3d 100644
--- a/sbin/pfctl/pfctl.c
+++ b/sbin/pfctl/pfctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl.c,v 1.246 2006/05/28 02:45:45 mcbride Exp $ */
+/* $OpenBSD: pfctl.c,v 1.247 2006/06/30 16:52:27 deraadt Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -1002,7 +1002,7 @@ pfctl_add_rule(struct pfctl *pf, struct pf_rule *r, const char *anchor_call)
while ((pa = TAILQ_FIRST(&r->rpool.list)) != NULL) {
TAILQ_REMOVE(&r->rpool.list, pa, entries);
TAILQ_INSERT_TAIL(&pfr->por_rule.rpool.list, pa,
- entries);
+ entries);
}
} else {
memset(&pfr->por_rule.rpool, 0,