From: Otto Moerbeek Date: Fri, 20 Jan 2023 14:12:03 +0000 (+0100) Subject: typo X-Git-Tag: dnsdist-1.8.0-rc1~93^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34782f4988aade4f86daaeb09a11cb287dc8de91;p=thirdparty%2Fpdns.git typo Co-authored-by: Matt Nordhoff --- 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);