diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2007-04-21 14:50:27 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2007-04-21 14:50:27 +0000 |
commit | b374254ac271c486a549616e90c4b8f3f66dea81 (patch) | |
tree | 9dc485edcec90647d76a33fabf703f06c44634eb /sbin/pfctl | |
parent | 4dd9cc8538303a45dfc00a0ce1400f4fed98788b (diff) |
"o" in optiopt_list is superfluous now too
Diffstat (limited to 'sbin/pfctl')
-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 b87bb0b2eb5..619610ef0a0 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.265 2007/04/21 14:49:45 henning Exp $ */ +/* $OpenBSD: pfctl.c,v 1.266 2007/04/21 14:50:26 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -220,7 +220,7 @@ static const char *debugopt_list[] = { }; static const char *optiopt_list[] = { - "o", "none", "basic", "profile", NULL + "none", "basic", "profile", NULL }; void |