From 5eb762aaab29cc1a3dfed7ca3b47aab69d8a3d6f Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 16 Dec 2022 09:57:49 +0100 Subject: [PATCH] Reformat --- pdns/recursordist/syncres.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2