set fctx->client to NULL

This commit is contained in:
Mark Andrews 2018-09-28 18:59:30 +10:00 committed by Witold Kręcicki
parent 23766ff690
commit 2b3b626cc1

View 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;