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

index 612aeb26ee347fa514feaa9f2158fc8ebe486ac1..43c7404ff16e27ce2a0873560592783fed4fc830 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();