]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update validate.cc 10307/head
authorphonedph1 <20867105+phonedph1@users.noreply.github.com>
Thu, 15 Apr 2021 17:38:35 +0000 (11:38 -0600)
committerOtto <otto.moerbeek@open-xchange.com>
Mon, 19 Apr 2021 11:14:02 +0000 (13:14 +0200)
(cherry picked from commit c0d3ae95c47cd0cdc03432889e61d7de87b8cf14)

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) {