From: bert hubert Date: Wed, 5 Feb 2014 10:40:14 +0000 (+0100) Subject: oops previous commit made EDNS the default, sorry X-Git-Tag: rec-3.6.0-rc1~200 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d09d60d71e4a6be9b937f286793843930aad9b9;p=thirdparty%2Fpdns.git oops previous commit made EDNS the default, sorry --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index e5c39ead7f..1b94a83d88 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -278,8 +278,6 @@ int SyncRes::asyncresolveWrapper(const ComboAddress& ip, const string& domain, i If '4', send bare queries */ - return asyncresolve(ip, domain, type, doTCP, sendRDQuery, true, now, res); - if(s_noEDNS) { g_stats.noEdnsOutQueries++; return asyncresolve(ip, domain, type, doTCP, sendRDQuery, 0, now, res);