From d26cc83c4492780160909d5a6b5a217fc25dc268 Mon Sep 17 00:00:00 2001 From: phonedph1 Date: Wed, 18 Sep 2024 20:15:52 -0600 Subject: [PATCH] fix naming --- pdns/dnsdistdist/dnsdist-cache.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/dnsdist-cache.hh b/pdns/dnsdistdist/dnsdist-cache.hh index 241cf98f40..a3ef35023e 100644 --- a/pdns/dnsdistdist/dnsdist-cache.hh +++ b/pdns/dnsdistdist/dnsdist-cache.hh @@ -55,7 +55,7 @@ public: uint64_t getTTLTooShorts() const { return d_ttlTooShorts.load(); } uint64_t getCleanupCount() const { return d_cleanupCount.load(); } uint64_t getEntriesCount(); - uint64_t dump(int fileDesc, bool fullResponse = false); + uint64_t dump(int fileDesc, bool rawResponse = false); /* get the list of domains (qnames) that contains the given address in an A or AAAA record */ std::set getDomainsContainingRecords(const ComboAddress& addr); -- 2.47.2