From: Charles-Henri Bruyand Date: Wed, 9 Jun 2021 10:21:04 +0000 (+0200) Subject: auth: fix missing rename of QType.getName() to QType.toString() X-Git-Tag: dnsdist-1.7.0-alpha1~125^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10488%2Fhead;p=thirdparty%2Fpdns.git auth: fix missing rename of QType.getName() to QType.toString() --- diff --git a/pdns/ueberbackend.cc b/pdns/ueberbackend.cc index e2fe993f92..65ea675c5f 100644 --- a/pdns/ueberbackend.cc +++ b/pdns/ueberbackend.cc @@ -619,7 +619,7 @@ void UeberBackend::lookup(const QType &qtype,const DNSName &qname, int zoneId, D throw PDNSException("We are stale, please recycle"); } - DLOG(g_log<<"UeberBackend received question for "< l(d_mut); @@ -751,7 +751,7 @@ UeberBackend::handle::~handle() bool UeberBackend::handle::get(DNSZoneRecord &r) { - DLOG(g_log << "Ueber get() was called for a "<get(r))) { // this backend out of answers if(ibackends.size()) {