From 34782f4988aade4f86daaeb09a11cb287dc8de91 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 20 Jan 2023 15:12:03 +0100 Subject: [PATCH] typo Co-authored-by: Matt Nordhoff --- pdns/recursordist/syncres.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/syncres.cc b/pdns/recursordist/syncres.cc index 542afc0c7c..331ca40b92 100644 --- a/pdns/recursordist/syncres.cc +++ b/pdns/recursordist/syncres.cc @@ -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); -- 2.47.2