]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Fix a typo in a comment
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 2 Jun 2021 13:02:42 +0000 (15:02 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 2 Jun 2021 13:02:42 +0000 (15:02 +0200)
pdns/syncres.cc

index 106abef503bdf1873d87ca1a4898bfccd0aeb03c..3aec916494c51cef06d32bb1b3eff740b7096479 100644 (file)
@@ -3592,7 +3592,7 @@ bool SyncRes::processRecords(const std::string& prefix, const DNSName& qname, co
         LOG(prefix<<qname<<": got NS record '"<<rec.d_name<<"' -> '"<<rec.d_content->getZoneRepresentation()<<"'"<<endl);
 
         if (!negindic && qtype == QType::DS && qname == newauth) {
-          /* just got a referral from the parent zone when asking for a DS, looks like this server did not get the DNSSE memo.. */
+          /* just got a referral from the parent zone when asking for a DS, looks like this server did not get the DNSSEC memo.. */
           LOG(prefix<<qname<<": got (implicit) negative indication of DS record for '"<<qname<<"'"<<endl);
           negindic = true;
           negIndicHasSignatures = false;