diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-01 05:28:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-01 05:28:23 +0000 |
commit | 1586822faaed9479673c8a8c808fa405a7ed35d0 (patch) | |
tree | 83abd0ffea9650247bef11329300e9e5c195abdb /sbin/pfctl/pfctl.c | |
parent | f27734140455e9a94216f9c680cc2ee16e8fa293 (diff) |
KNF
Diffstat (limited to 'sbin/pfctl/pfctl.c')
-rw-r--r-- | sbin/pfctl/pfctl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index dd792d6c0b8..30c4d6b660d 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.81 2002/06/25 08:13:26 henning Exp $ */ +/* $OpenBSD: pfctl.c,v 1.82 2002/07/01 05:28:22 deraadt Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -77,7 +77,7 @@ char *showopt; char *debugopt; int state_killers; char *state_kill[2]; -int loadopt = PFCTL_FLAG_ALL; +int loadopt = PFCTL_FLAG_ALL; char *infile; @@ -732,7 +732,7 @@ pfctl_set_optimization(struct pfctl *pf, const char *opt) } for (i = 0; hint[i].name; i++) - if ((r = pfctl_set_timeout(pf, hint[i].name, + if ((r = pfctl_set_timeout(pf, hint[i].name, hint[i].timeout))) return (r); } |