From: Otto Moerbeek Date: Mon, 17 Feb 2020 08:38:10 +0000 (+0100) Subject: Init zone's d_priority field. X-Git-Tag: auth-4.3.0-beta2~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8830%2Fhead;p=thirdparty%2Fpdns.git Init zone's d_priority field. --- diff --git a/pdns/filterpo.hh b/pdns/filterpo.hh index 612aeb26ee..43c7404ff1 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();