summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frantzen <frantzen@cvs.openbsd.org>2001-10-02 18:18:29 +0000
committerMike Frantzen <frantzen@cvs.openbsd.org>2001-10-02 18:18:29 +0000
commit70efeb15eeba0b17c10e97d017b6d82c2deb70f7 (patch)
treecb137197465e6da18ad8f62a79b94a75ae4c6d41
parent25939a3c17971677f6bc6373ba14b24dbd70cafe (diff)
Remove duplication from simultaneous commits
-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 c22510bbfb3..17000299990 100644
--- a/sbin/pfctl/pfctl.c
+++ b/sbin/pfctl/pfctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl.c,v 1.45 2001/10/02 18:00:38 frantzen Exp $ */
+/* $OpenBSD: pfctl.c,v 1.46 2001/10/02 18:18:28 frantzen Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -552,7 +552,6 @@ pfctl_hint(int dev, const char *opt, int opts)
return 1;
}
- hint = pf_hints[i].hint;
for (i = 0; hint[i].name; i++)
if ((r = pfctl_settimeout(dev, hint[i].name, hint[i].timeout)))
return r;