]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
typo
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 20 Jan 2023 14:12:03 +0000 (15:12 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Jan 2023 14:12:03 +0000 (15:12 +0100)
Co-authored-by: Matt Nordhoff <mnordhoff@mattnordhoff.com>
pdns/recursordist/syncres.cc

index 542afc0c7c068593a1f7c3d02e3c75e97ea3d92b..331ca40b920d07d60e3823443ec2bb0c71e3b766 100644 (file)
@@ -4809,7 +4809,7 @@ bool SyncRes::processRecords(const std::string& prefix, const DNSName& qname, co
       */
       if (newtarget.empty() && putInNegCache) {
         g_negCache->add(ne);
-        // doCNAMECacheCheck() checks record cache and does not look into negcache. That means that and old record might be found if
+        // doCNAMECacheCheck() checks record cache and does not look into negcache. That means that an old record might be found if
         // serve-stale is active. Avoid that by explicitly zapping that CNAME record.
         if (qtype == QType::CNAME && MemRecursorCache::s_maxServedStaleExtensions > 0) {
           g_recCache->doWipeCache(qname, false, qtype);