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.0.5-rc1~1^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3642cb3d50d1cc819845e03e9ee70babcf1dcaf6;p=thirdparty%2Fpdns.git don't age the root - this was a mistranslation from 3.x to 4.x (cherry picked from commit 03c09afecec7098a605a632606600bca2992dfaf) --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 6f16f34065..be2b707704 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -1009,7 +1009,7 @@ int SyncRes::doResolveAt(NsSet &nameservers, DNSName auth, bool flawedNSSet, con for(vector::const_iterator tns=rnameservers.begin();;++tns) { if(tns==rnameservers.end()) { LOG(prefix<doAgeCache(d_now.tv_sec, auth, QType::NS, 10))