From: Otto Moerbeek Date: Tue, 17 Oct 2023 07:09:14 +0000 (+0200) Subject: Followup to #13353, missed the suggested change; add recursor.yml to .gitignore X-Git-Tag: rec-5.0.0-alpha2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13378%2Fhead;p=thirdparty%2Fpdns.git Followup to #13353, missed the suggested change; add recursor.yml to .gitignore --- diff --git a/pdns/recursordist/.gitignore b/pdns/recursordist/.gitignore index bb7e771610..0d8c2d01c8 100644 --- a/pdns/recursordist/.gitignore +++ b/pdns/recursordist/.gitignore @@ -57,3 +57,4 @@ PowerDNS-Recursor.pdf /*.pb.h /.cache /.clang-tidy +/recursor.yml diff --git a/pdns/recursordist/syncres.cc b/pdns/recursordist/syncres.cc index c90c47c5b0..8300e1c19e 100644 --- a/pdns/recursordist/syncres.cc +++ b/pdns/recursordist/syncres.cc @@ -4763,7 +4763,7 @@ dState SyncRes::getDenialValidationState(const NegCache::NegCacheEntry& ne, cons return getDenial(csp, ne.d_name, ne.d_qtype.getCode(), referralToUnsigned, expectedState == dState::NXQTYPE, LogObject(prefix)); } -bool SyncRes::processRecords(const std::string& prefix, const DNSName& qname, const QType qtype, const DNSName& auth, LWResult& lwr, const bool sendRDQuery, vector& ret, set& nsset, DNSName& newtarget, DNSName& newauth, bool& realreferral, bool& negindic, vState& state, const bool needWildcardProof, const bool gatherWildcardProof, const unsigned int wildcardLabelsCount, int& rcode, bool& negIndicHasSignatures, unsigned int depth) // NOLINT(readability-function-cognitive-complexity) +bool SyncRes::processRecords(const std::string& prefix, const DNSName& qname, const QType qtype, const DNSName& auth, LWResult& lwr, const bool sendRDQuery, vector& ret, set& nsset, DNSName& newtarget, DNSName& newauth, bool& realreferral, bool& negindic, vState& state, const bool needWildcardProof, const bool gatherWildcardProof, const unsigned int wildcardLabelsCount, int& rcode, bool& negIndicHasSignatures, unsigned int depth) { bool done = false; DNSName dnameTarget, dnameOwner;