diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-03 22:57:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-03 22:57:27 +0000 |
commit | da86332a6b0efe7424d08fa0481a83e25be8aa64 (patch) | |
tree | ca631c126260ae5683750f4237f81f9c5bcadb0a /sbin/pfctl | |
parent | 0d7dfaa497114946662835e4f53f90204c688b46 (diff) |
no need to close
Diffstat (limited to 'sbin/pfctl')
-rw-r--r-- | sbin/pfctl/pfctl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index 9d6f1b451a7..38d722c9d41 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.120 2003/01/03 22:48:17 deraadt Exp $ */ +/* $OpenBSD: pfctl.c,v 1.121 2003/01/03 22:57:26 deraadt Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1522,6 +1522,5 @@ main(int argc, char *argv[]) if (pfctl_clear_rule_counters(dev, opts)) error = 1; } - close(dev); exit(error); } |