]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
missing word in comment
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 20 Jan 2023 14:38:40 +0000 (15:38 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Jan 2023 14:38:40 +0000 (15:38 +0100)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/recursordist/syncres.cc

index 331ca40b920d07d60e3823443ec2bb0c71e3b766..d3bf2e86b0d0a806339c5b7b298eca63d6302e68 100644 (file)
@@ -4639,7 +4639,7 @@ RCode::rcodes_ SyncRes::updateCacheFromRecords(unsigned int depth, LWResult& lwr
         g_recCache->replace(d_now.tv_sec, i->first.name, i->first.type, i->second.records, i->second.signatures, authorityRecs, i->first.type == QType::DS ? true : isAA, auth, i->first.place == DNSResourceRecord::ANSWER ? ednsmask : boost::none, d_routingTag, recordState, remoteIP, d_refresh);
 
         // Delete potential negcache entry. When a record recovers with serve-stale the negcache entry can cause the wrong entry to
-        // served, as negcache entries are checked before record cache entries
+        // be served, as negcache entries are checked before record cache entries
         if (NegCache::s_maxServedStaleExtensions > 0) {
           g_negCache->wipe(i->first.name, i->first.type);
         }