summaryrefslogtreecommitdiffstats
path: root/contrib/unbound/iterator/iter_hints.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2016-10-21 14:28:35 +0000
committerdes <des@FreeBSD.org>2016-10-21 14:28:35 +0000
commit962480b2ab226916f69182001ad8aacdc0cd839e (patch)
tree708cc00e6b46dd6756a68a75a46449e799e4bbfb /contrib/unbound/iterator/iter_hints.c
parent9590e954cbe2100263a41aba9beeccfa0b8022b3 (diff)
downloadFreeBSD-src-962480b2ab226916f69182001ad8aacdc0cd839e.zip
FreeBSD-src-962480b2ab226916f69182001ad8aacdc0cd839e.tar.gz
MFH (r305381, r306457): upgrade to unbound 1.5.10 via 1.5.9
Diffstat (limited to 'contrib/unbound/iterator/iter_hints.c')
-rw-r--r--contrib/unbound/iterator/iter_hints.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/unbound/iterator/iter_hints.c b/contrib/unbound/iterator/iter_hints.c
index 217dfa2..5fd9017 100644
--- a/contrib/unbound/iterator/iter_hints.c
+++ b/contrib/unbound/iterator/iter_hints.c
@@ -147,6 +147,7 @@ compile_time_root_prime(int do_ip4, int do_ip6)
if(!ah(dp, "B.ROOT-SERVERS.NET.", "2001:500:84::b")) goto failed;
if(!ah(dp, "C.ROOT-SERVERS.NET.", "2001:500:2::c")) goto failed;
if(!ah(dp, "D.ROOT-SERVERS.NET.", "2001:500:2d::d")) goto failed;
+ if(!ah(dp, "E.ROOT-SERVERS.NET.", "2001:500:a8::e")) goto failed;
if(!ah(dp, "F.ROOT-SERVERS.NET.", "2001:500:2f::f")) goto failed;
if(!ah(dp, "H.ROOT-SERVERS.NET.", "2001:500:1::53")) goto failed;
if(!ah(dp, "I.ROOT-SERVERS.NET.", "2001:7fe::53")) goto failed;
OpenPOWER on IntegriCloud