From: Otto Moerbeek Date: Fri, 16 Dec 2022 08:57:49 +0000 (+0100) Subject: Reformat X-Git-Tag: dnsdist-1.8.0-rc1~142^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5eb762aaab29cc1a3dfed7ca3b47aab69d8a3d6f;p=thirdparty%2Fpdns.git Reformat --- diff --git a/pdns/recursordist/syncres.hh b/pdns/recursordist/syncres.hh index 43bd45e381..b4fdb78542 100644 --- a/pdns/recursordist/syncres.hh +++ b/pdns/recursordist/syncres.hh @@ -591,7 +591,7 @@ private: bool isForwardOrAuth(const DNSName& qname) const; domainmap_t::const_iterator getBestAuthZone(DNSName* qname) const; bool doCNAMECacheCheck(const DNSName& qname, QType qtype, vector& ret, unsigned int depth, int& res, vState& state, bool wasAuthZone, bool wasForwardRecurse); - bool doCacheCheck(const DNSName& qname, const DNSName& authname, bool wasForwardedOrAuthZone, bool wasAuthZone, bool wasForwardRecurse, QType qtype, vector& ret, unsigned int depth, int& res, vState& state, boost::optional& extendedError); + bool doCacheCheck(const DNSName& qname, const DNSName& authname, bool wasForwardedOrAuthZone, bool wasAuthZone, bool wasForwardRecurse, QType qtype, vector& ret, unsigned int depth, int& res, vState& state, boost::optional& extendedError); void getBestNSFromCache(const DNSName& qname, QType qtype, vector& bestns, bool* flawedNSSet, unsigned int depth, set& beenthere, const boost::optional& cutOffDomain = boost::none); DNSName getBestNSNamesFromCache(const DNSName& qname, QType qtype, NsSet& nsset, bool* flawedNSSet, unsigned int depth, set& beenthere);