mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
remove unused assignment
This commit is contained in:
@@ -925,7 +925,6 @@ fctx_cancelquery(resquery_t **queryp, dns_dispatchevent_t **deventp,
|
|||||||
/*
|
/*
|
||||||
* Age RTTs of servers not tried.
|
* Age RTTs of servers not tried.
|
||||||
*/
|
*/
|
||||||
factor = DNS_ADB_RTTADJAGE;
|
|
||||||
isc_stdtime_get(&now);
|
isc_stdtime_get(&now);
|
||||||
if (finish != NULL)
|
if (finish != NULL)
|
||||||
for (addrinfo = ISC_LIST_HEAD(fctx->forwaddrs);
|
for (addrinfo = ISC_LIST_HEAD(fctx->forwaddrs);
|
||||||
|
Reference in New Issue
Block a user