From: Chris Hofstaedtler Date: Mon, 8 Feb 2021 12:34:09 +0000 (+0100) Subject: AuthDomainCache: init d_ttl X-Git-Tag: auth-4.5.0-alpha1~7^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14352e909713c2c5a33a074caeda2b7130ce08cc;p=thirdparty%2Fpdns.git AuthDomainCache: init d_ttl --- diff --git a/pdns/auth-domaincache.hh b/pdns/auth-domaincache.hh index 8240e94238..403d26fd00 100644 --- a/pdns/auth-domaincache.hh +++ b/pdns/auth-domaincache.hh @@ -84,7 +84,7 @@ private: AtomicCounter *d_statnummiss; AtomicCounter *d_statnumentries; - time_t d_ttl; + time_t d_ttl{0}; }; extern AuthDomainCache g_domainCache;