mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
set fctx->client to NULL
This commit is contained in:
parent
23766ff690
commit
2b3b626cc1
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue