From: Bert Hubert Date: Sat, 19 Jun 2010 19:26:01 +0000 (+0000) Subject: i.root-servers.net (the i stands for 'infamous') now also has an AAAA. Update built... X-Git-Tag: rec-3.3~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b264d7c42684f3419d43b03a5434d9ce76b78105;p=pdns i.root-servers.net (the i stands for 'infamous') now also has an AAAA. Update built-in hints. git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1650 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/reczones.cc b/pdns/reczones.cc index b91fa18e2..0f1a75189 100644 --- a/pdns/reczones.cc +++ b/pdns/reczones.cc @@ -35,7 +35,7 @@ void primeHints(void) "192.36.148.17","192.58.128.30", "193.0.14.129", "199.7.83.42", "202.12.27.33"}; static const char *ip6s[]={ "2001:503:ba3e::2:30", NULL, NULL, NULL, NULL, - "2001:500:2f::f", NULL, "2001:500:1::803f:235", NULL, + "2001:500:2f::f", NULL, "2001:500:1::803f:235", "2001:7fe::53", "2001:503:c27::2:30", "2001:7fd::1", "2001:500:3::42", "2001:dc3::35" }; @@ -309,11 +309,11 @@ SyncRes::domainmap_t* parseAuthAndForwards() rr=String2DNSRR(rr.qname, rr.qtype, tmp, rr.ttl); } catch(std::exception &e) { - delete newMap; + delete newMap; throw AhuException("Error parsing record '"+rr.qname+"' of type "+rr.qtype.getName()+" in zone '"+headers.first+"' from file '"+headers.second+"': "+e.what()); } catch(...) { - delete newMap; + delete newMap; throw AhuException("Error parsing record '"+rr.qname+"' of type "+rr.qtype.getName()+" in zone '"+headers.first+"' from file '"+headers.second+"'"); }