From: bert hubert Date: Thu, 11 May 2017 15:18:04 +0000 (+0200) Subject: don't age the root - this was a mistranslation from 3.x to 4.x X-Git-Tag: rec-4.1.0-alpha1~129^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5313%2Fhead;p=thirdparty%2Fpdns.git don't age the root - this was a mistranslation from 3.x to 4.x --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 562c9a2129..1fa95b0bad 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -1351,7 +1351,7 @@ int SyncRes::doResolveAt(NsSet &nameservers, DNSName auth, bool flawedNSSet, con for(auto tns=rnameservers.cbegin();;++tns) { if(tns==rnameservers.cend()) { LOG(prefix<doAgeCache(d_now.tv_sec, auth, QType::NS, 10))