summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/unwind/resolver.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/unwind/resolver.c b/sbin/unwind/resolver.c
index 44e738a51d7..38edf4f0a53 100644
--- a/sbin/unwind/resolver.c
+++ b/sbin/unwind/resolver.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: resolver.c,v 1.17 2019/02/17 14:49:15 florian Exp $ */
+/* $OpenBSD: resolver.c,v 1.18 2019/02/17 14:52:16 florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@ -1270,6 +1270,7 @@ restart_resolvers(void)
new_recursor();
new_static_forwarders();
+ new_static_dot_forwarders();
new_forwarders();
}