From: Remi Gacogne Date: Wed, 12 Sep 2018 10:42:37 +0000 (+0200) Subject: rec: Cleanup the netmask trees used for the ECS index on removals X-Git-Tag: rec-4.1.5~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6961%2Fhead;p=thirdparty%2Fpdns.git rec: Cleanup the netmask trees used for the ECS index on removals --- 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) { }