diff --git a/pdns/ixfrdist-stats.hh b/pdns/ixfrdist-stats.hh index f9dbe828a6f4..69f48f9458d8 100644 --- a/pdns/ixfrdist-stats.hh +++ b/pdns/ixfrdist-stats.hh @@ -99,7 +99,7 @@ class ixfrdistStats { }; std::map domainStats; - std::array, 16> notimpStats; + std::array, 16> notimpStats{}; programStats progStats; std::map::iterator getRegisteredDomain(const DNSName& d) {