From d0d39496b1b1f25af60d88060d8f7ffc559967c8 Mon Sep 17 00:00:00 2001 From: Enna1 Date: Thu, 29 Aug 2019 15:39:39 +0800 Subject: [PATCH] fix typo in comment in syncres.cc: 'FRC 7129' to 'RFC 7129' --- pdns/syncres.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 2750b4d62..20633e56e 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -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; -- 2.40.0