]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update validate.cc 10298/head
authorphonedph1 <20867105+phonedph1@users.noreply.github.com>
Thu, 15 Apr 2021 17:38:35 +0000 (11:38 -0600)
committerGitHub <noreply@github.com>
Thu, 15 Apr 2021 17:38:35 +0000 (11:38 -0600)
pdns/validate.cc

index d559969c919e70af4be535b22902534964de0ced..3e48f0f13be54afd3d1b9e4b18ff7ad522ad11a5 100644 (file)
@@ -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 ("<<owner<<" to "<<nsec->d_next<<") ");
+          LOG(qname<<" is covered by ("<<owner<<" to "<<nsec->d_next<<") ");
 
           if (nsecProvesENT(qname, owner, nsec->d_next)) {
             if (wantsNoDataProof) {