From 775adc0a3d111f20af96fadafe6d893b7119ce52 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 12 Sep 2018 12:42:37 +0200 Subject: [PATCH] rec: Cleanup the netmask trees used for the ECS index on removals --- pdns/recursor_cache.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursor_cache.hh b/pdns/recursor_cache.hh index 2e40d4b8a0..b10ebcf84f 100644 --- a/pdns/recursor_cache.hh +++ b/pdns/recursor_cache.hh @@ -108,7 +108,7 @@ private: class ECSIndexEntry { public: - ECSIndexEntry(const DNSName& qname, uint16_t qtype): d_qname(qname), d_qtype(qtype) + ECSIndexEntry(const DNSName& qname, uint16_t qtype): d_nmt(true), d_qname(qname), d_qtype(qtype) { } -- 2.47.2