]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Remove trailing whitespace in a comment 9151/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 5 Jun 2020 07:27:48 +0000 (09:27 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 5 Jun 2020 07:27:48 +0000 (09:27 +0200)
pdns/syncres.cc

index 944222f7793cc9b23bd9ad5bc0797b038424a7e5..3b8379ba21a5a8cf50fd934bf17509746f652665 100644 (file)
@@ -2342,7 +2342,7 @@ vState SyncRes::validateRecordsWithSigs(unsigned int depth, const DNSName& qname
       if ((qtype == QType::DNSKEY || qtype == QType::DS) && signer == qname) {
         /* we are already retrieving those keys, sorry */
         if (qtype == QType::DS && !signer.isRoot()) {
-          /* Unless we are getting the DS of the root zone, we should never see a 
+          /* Unless we are getting the DS of the root zone, we should never see a
              DS (or a denial of a DS) signed by the DS itself, since we should be
              requesting it from the parent zone. Something is very wrong */
           LOG(d_prefix<<"The DS for "<<qname<<" is signed by itself, going Bogus"<<endl);