summaryrefslogtreecommitdiffstats
path: root/sbin/pfctl/pfctl.c
diff options
context:
space:
mode:
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);