From: Bert Hubert Date: Tue, 19 Feb 2008 17:43:23 +0000 (+0000) Subject: fix auth-server support again - it only worked for non-rd queries! Reported by Stefan... X-Git-Tag: rec-3.1.7.1~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f1c1ffd80ad71ba147af7c23be506faaef4c65e;p=thirdparty%2Fpdns.git fix auth-server support again - it only worked for non-rd queries! Reported by Stefan Schmidt git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1142 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 6d55ca38c2..10c326aa87 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -588,13 +588,9 @@ int SyncRes::doResolveAt(set nameservers, string auth, prefix.append(depth, ' '); } - LWResult::res_t result; - LOG< rnameservers=shuffleInSpeedOrder(nameservers, s_log ? (prefix+qname+": ") : string() ); for(vector::const_iterator tns=rnameservers.begin();;++tns) { @@ -621,7 +617,7 @@ int SyncRes::doResolveAt(set nameservers, string auth, LWResult lwr; if(tns->empty()) { LOG<