From a99aba2fb2ccea4d6238c2a2ada6f17d2aed6541 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 6 Jan 2015 16:11:12 +0100 Subject: [PATCH] slightly tweak the 'doubting root repriming' logic --- pdns/syncres.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pdns/syncres.cc b/pdns/syncres.cc index e174fbb47f..10675693a5 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -579,7 +579,8 @@ void SyncRes::getBestNSFromCache(const string &qname, set&bes LOG(prefix< 4) + throw ImmediateServFailException("query ended up doubting the root, reprimed"); } }while(chopOffDotted(subdomain)); } -- 2.47.2