]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
set fctx->client to NULL
authorMark Andrews <marka@isc.org>
Fri, 28 Sep 2018 08:59:30 +0000 (18:59 +1000)
committerWitold Kręcicki <wpk@isc.org>
Tue, 23 Oct 2018 12:15:04 +0000 (12:15 +0000)
lib/dns/resolver.c

index c562b9094f981952fb1826b237498f6f726f0d0b..df240576326de4f8bfab6fbab5f5604f2fa48651 100644 (file)
@@ -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;