]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
AuthDomainCache: init d_ttl
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 8 Feb 2021 12:34:09 +0000 (13:34 +0100)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Sat, 15 May 2021 22:45:45 +0000 (00:45 +0200)
pdns/auth-domaincache.hh

index 8240e9423865121575effaa2e0c5932ff2602aa3..403d26fd009c2d7ea5645d32104a82e68929a05d 100644 (file)
@@ -84,7 +84,7 @@ private:
   AtomicCounter *d_statnummiss;
   AtomicCounter *d_statnumentries;
 
-  time_t d_ttl;
+  time_t d_ttl{0};
 };
 
 extern AuthDomainCache g_domainCache;