From: Mark Andrews Date: Fri, 28 Sep 2018 08:59:30 +0000 (+1000) Subject: set fctx->client to NULL X-Git-Tag: v9.13.4~105^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b3b626cc13311fd91f3fea57d916c50ea5664f4;p=thirdparty%2Fbind9.git set fctx->client to NULL --- diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index c562b9094f9..df240576326 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -4720,6 +4720,7 @@ fctx_create(dns_resolver_t *res, const dns_name_t *name, dns_rdatatype_t type, fctx->rand_bits = 0; fctx->timeout = false; fctx->addrinfo = NULL; + fctx->client = NULL; fctx->ns_ttl = 0; fctx->ns_ttl_ok = false;