From: Otto Moerbeek Date: Mon, 17 Feb 2020 08:41:45 +0000 (+0100) Subject: Init zone's d_priority field. X-Git-Tag: rec-4.3.0-rc2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8827%2Fhead;p=thirdparty%2Fpdns.git Init zone's d_priority field. --- diff --git a/pdns/filterpo.hh b/pdns/filterpo.hh index 2498ba7e49..261f8ed35e 100644 --- a/pdns/filterpo.hh +++ b/pdns/filterpo.hh @@ -235,7 +235,7 @@ public: std::shared_ptr d_name; uint32_t d_serial{0}; uint32_t d_refresh{0}; - Priority d_priority; + Priority d_priority{0}; }; DNSFilterEngine();