From: Remi Gacogne Date: Tue, 9 May 2017 21:23:08 +0000 (+0200) Subject: rec: Clear the RPZ NS IP table when clearing the policy (bis) X-Git-Tag: rec-4.1.0-alpha1~131^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=598ac80303c9915d9b69a42fa4567fa67b2a1a38;p=thirdparty%2Fpdns.git rec: Clear the RPZ NS IP table when clearing the policy (bis) --- diff --git a/pdns/filterpo.hh b/pdns/filterpo.hh index abf647e2ae..003a58ca45 100644 --- a/pdns/filterpo.hh +++ b/pdns/filterpo.hh @@ -87,6 +87,7 @@ public: d_qpolAddr.clear(); d_postpolAddr.clear(); d_propolName.clear(); + d_propolNSAddr.clear(); d_qpolName.clear(); } void reserve(size_t entriesCount)