diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-02-05 11:18:46 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-02-05 11:18:46 +0000 |
commit | db55ed8a910c9a8c938198c5a90fb094d34abf83 (patch) | |
tree | cf30adea0c6d9aeb0d8019cce0609871822374a6 /sbin/pfctl | |
parent | 0451a510951593289ad52a3cf53fb38f0471f5f7 (diff) |
Simplify more.
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 ef05a3214a9..671a8301e41 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.146 2003/02/05 10:13:44 cedric Exp $ */ +/* $OpenBSD: pfctl.c,v 1.147 2003/02/05 11:18:45 cedric Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1454,7 +1454,7 @@ main(int argc, char *argv[]) if (state_killers) pfctl_kill_states(dev, opts); - if (tableopt != NULL || tblcmdopt != NULL) { + if (tblcmdopt != NULL) { error = pfctl_command_tables(argc, argv, tableopt, tblcmdopt, rulesopt, opts); rulesopt = NULL; |