From ee625d4c982fa8f9dbe504cfbccad0ecd8cabc35 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 17 Feb 2020 09:41:45 +0100 Subject: [PATCH] Init zone's d_priority field. --- pdns/filterpo.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.47.2