summaryrefslogtreecommitdiffstats
path: root/sbin/pfctl/pfctl.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-12-31 22:14:41 +0000
committerderaadt <deraadt@openbsd.org>2003-12-31 22:14:41 +0000
commit2bff36ea172d35a9eb65cd290cf8f57cf9090bd1 (patch)
tree451475bfde6bc3ee941d5b61995a4d0373c18b43 /sbin/pfctl/pfctl.c
parentundefer sigs in all paths through the join code. (diff)
downloadwireguard-openbsd-2bff36ea172d35a9eb65cd290cf8f57cf9090bd1.tar.xz
wireguard-openbsd-2bff36ea172d35a9eb65cd290cf8f57cf9090bd1.zip
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);