diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-06-10 15:19:14 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-06-10 15:19:14 +0000 |
commit | a63b8df8f2d911153cf51fdff3c419af21713ccd (patch) | |
tree | cb792ebeaa90b30ac538150cf38f5132734a5d78 /sbin/pfctl/pfctl.c | |
parent | e478162b268e8795ca68fcaa4063e5a871ea93c6 (diff) |
some olde version piece crept into my diffski; pt out by dfa@
Diffstat (limited to 'sbin/pfctl/pfctl.c')
-rw-r--r-- | sbin/pfctl/pfctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index 28ef0e3a726..1de6febe953 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.72 2002/06/09 02:14:29 deraadt Exp $ */ +/* $OpenBSD: pfctl.c,v 1.73 2002/06/10 15:19:13 mickey Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -478,7 +478,7 @@ pfctl_show_states(int dev, u_int8_t proto, int opts) p = ps.ps_states; for (i = 0; i < ps.ps_len; i += sizeof(*p)) { if (!proto || (p->proto == proto)) - print_state(p, opts & PF_OPT_VERBOSE); + print_state(p, opts); p++; } return (0); |