]> granicus.if.org Git - pdns/commitdiff
fix typo in comment in syncres.cc: 'FRC 7129' to 'RFC 7129'
authorEnna1 <xumingjie1995@outlook.com>
Thu, 29 Aug 2019 07:39:39 +0000 (15:39 +0800)
committerEnna1 <xumingjie1995@outlook.com>
Thu, 29 Aug 2019 07:39:39 +0000 (15:39 +0800)
pdns/syncres.cc

index 2750b4d620c17dda018b2ecab97ebf577f37bcbd..20633e56ece5027abe6e78615f82418ccd608894 100644 (file)
@@ -2880,7 +2880,7 @@ bool SyncRes::processRecords(const std::string& prefix, const DNSName& qname, co
       if (state == Secure && needWildcardProof) {
         /* We have a positive answer synthetized from a wildcard, we need to check that we have
            proof that the exact name doesn't exist so the wildcard can be used,
-           as described in section 5.3.4 of RFC 4035 and 5.3 of FRC 7129.
+           as described in section 5.3.4 of RFC 4035 and 5.3 of RFC 7129.
         */
         NegCache::NegCacheEntry ne;