From: Otto Moerbeek Date: Fri, 20 Jan 2023 14:38:40 +0000 (+0100) Subject: missing word in comment X-Git-Tag: dnsdist-1.8.0-rc1~93^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e032111d55069b180bf8454da9e028848f8ce1fa;p=thirdparty%2Fpdns.git missing word in comment Co-authored-by: Remi Gacogne --- diff --git a/pdns/recursordist/syncres.cc b/pdns/recursordist/syncres.cc index 331ca40b92..d3bf2e86b0 100644 --- a/pdns/recursordist/syncres.cc +++ b/pdns/recursordist/syncres.cc @@ -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); }