From: Chris Hofstaedtler Date: Fri, 30 Oct 2020 09:56:08 +0000 (+0100) Subject: ueberbackend: initialise all the things X-Git-Tag: auth-4.4.0-alpha2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9655%2Fhead;p=thirdparty%2Fpdns.git ueberbackend: initialise all the things --- diff --git a/pdns/ueberbackend.cc b/pdns/ueberbackend.cc index b0c1a912b8..aedc02813d 100644 --- a/pdns/ueberbackend.cc +++ b/pdns/ueberbackend.cc @@ -469,7 +469,7 @@ UeberBackend::UeberBackend(const string &pname) d_cached=0; d_cache_ttl = ::arg().asNum("query-cache-ttl"); d_negcache_ttl = ::arg().asNum("negquery-cache-ttl"); - + d_qtype = 0; d_stale = false; backends=BackendMakers().all(pname=="key-only"); @@ -682,6 +682,7 @@ UeberBackend::handle::handle() d_hinterBackend=NULL; pkt_p=NULL; i=0; + zoneId = -1; } UeberBackend::handle::~handle()