]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Followup to #13353, missed the suggested change; add recursor.yml to .gitignore 13378/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 17 Oct 2023 07:09:14 +0000 (09:09 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 17 Oct 2023 07:09:14 +0000 (09:09 +0200)
pdns/recursordist/.gitignore
pdns/recursordist/syncres.cc

index bb7e771610f7178e1346464fadd62b48daa5942f..0d8c2d01c8184d70f7dc3ed2798f168c804e031d 100644 (file)
@@ -57,3 +57,4 @@ PowerDNS-Recursor.pdf
 /*.pb.h
 /.cache
 /.clang-tidy
+/recursor.yml
index c90c47c5b0dcd33e53371b5c5ef25d9228b573f9..8300e1c19eaed53b100e05fa2bfe1faa54ea1a93 100644 (file)
@@ -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<DNSRecord>& ret, set<DNSName>& 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<DNSRecord>& ret, set<DNSName>& 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;