summaryrefslogtreecommitdiff
path: root/sbin/pfctl
diff options
context:
space:
mode:
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);
}