From: phonedph1 <20867105+phonedph1@users.noreply.github.com> Date: Thu, 15 Apr 2021 17:38:35 +0000 (-0600) Subject: Update validate.cc X-Git-Tag: dnsdist-1.6.0-rc1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10298%2Fhead;p=thirdparty%2Fpdns.git Update validate.cc --- diff --git a/pdns/validate.cc b/pdns/validate.cc index d559969c91..3e48f0f13b 100644 --- a/pdns/validate.cc +++ b/pdns/validate.cc @@ -577,7 +577,7 @@ dState getDenial(const cspmap_t &validrrsets, const DNSName& qname, const uint16 /* check if the whole NAME is denied existing */ if (isCoveredByNSEC(qname, owner, nsec->d_next)) { - LOG(name<<" is covered by ("<d_next<<") "); + LOG(qname<<" is covered by ("<d_next<<") "); if (nsecProvesENT(qname, owner, nsec->d_next)) { if (wantsNoDataProof) {