summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-12-31 22:14:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-12-31 22:14:43 +0000
commitf371b9332639a426cacdd8dfbc3bd84967630245 (patch)
tree692fbf410a72f45c22bb2ef3abe5bb15eb9e10d8 /sbin/pfctl/pfctl.c
parent5f5add3b10e8ca41bcebd30f4719ee5ee8a087bb (diff)
spacing. note this, cedric
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 6fcf60b6264..304a4396ae2 100644
--- a/sbin/pfctl/pfctl.c
+++ b/sbin/pfctl/pfctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl.c,v 1.197 2003/12/31 11:18:24 cedric Exp $ */
+/* $OpenBSD: pfctl.c,v 1.198 2003/12/31 22:14:41 deraadt Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -1339,7 +1339,7 @@ pfctl_show_anchors(int dev, int opts, char *anchorname)
warn("DIOCGETANCHOR");
return (-1);
}
- if (!(opts & PF_OPT_VERBOSE) &&
+ if (!(opts & PF_OPT_VERBOSE) &&
!strcmp(pa.name, PF_RESERVED_ANCHOR))
continue;
printf(" %s\n", pa.name);