]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Init zone's d_priority field. 8827/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 17 Feb 2020 08:41:45 +0000 (09:41 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 17 Feb 2020 08:41:45 +0000 (09:41 +0100)
pdns/filterpo.hh

index 2498ba7e499e735c37c0a7eed8091b85aedb8279..261f8ed35e265cac012a54af0d532552e7d7d021 100644 (file)
@@ -235,7 +235,7 @@ public:
     std::shared_ptr<std::string> d_name;
     uint32_t d_serial{0};
     uint32_t d_refresh{0};
-    Priority d_priority;
+    Priority d_priority{0};
   };
 
   DNSFilterEngine();