summaryrefslogtreecommitdiff
path: root/sbin/pfctl
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-03 22:57:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-03 22:57:27 +0000
commitda86332a6b0efe7424d08fa0481a83e25be8aa64 (patch)
treeca631c126260ae5683750f4237f81f9c5bcadb0a /sbin/pfctl
parent0d7dfaa497114946662835e4f53f90204c688b46 (diff)
no need to close
Diffstat (limited to 'sbin/pfctl')
-rw-r--r--sbin/pfctl/pfctl.c3
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);
}