From c0d3ae95c47cd0cdc03432889e61d7de87b8cf14 Mon Sep 17 00:00:00 2001 From: phonedph1 <20867105+phonedph1@users.noreply.github.com> Date: Thu, 15 Apr 2021 11:38:35 -0600 Subject: [PATCH] Update validate.cc --- pdns/validate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.2