summaryrefslogtreecommitdiff
path: root/sbin/unwind
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2019-04-02 08:28:21 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2019-04-02 08:28:21 +0000
commit585713c7cb9a4aa089900b9f5c46fa0b7d797a36 (patch)
tree7b518458f1b72c7f6041aaef6c7934a9bff4ebd4 /sbin/unwind
parent7a78039a23ca1ece7aa690faee91ae8e99962fc7 (diff)
the fiendishly that needed some extra space here didn't pan out
Diffstat (limited to 'sbin/unwind')
-rw-r--r--sbin/unwind/resolver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/unwind/resolver.c b/sbin/unwind/resolver.c
index 5c134873534..191c4ff435e 100644
--- a/sbin/unwind/resolver.c
+++ b/sbin/unwind/resolver.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: resolver.c,v 1.36 2019/04/02 08:04:13 florian Exp $ */
+/* $OpenBSD: resolver.c,v 1.37 2019/04/02 08:28:20 florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@ -138,7 +138,7 @@ struct imsgev *iev_frontend;
struct imsgev *iev_captiveportal;
struct imsgev *iev_main;
struct uw_forwarder_head dhcp_forwarder_list;
-struct uw_resolver *resolvers[UW_RES_NONE + 1];
+struct uw_resolver *resolvers[UW_RES_NONE];
struct timeval captive_portal_check_tv =
{PORTAL_CHECK_SEC, 0};
struct event captive_portal_check_ev;