mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
increment dns_nsstatscounter_recursclients when prefetching
This commit is contained in:
parent
b1acd6c424
commit
80b37f909a
1 changed files with 2 additions and 0 deletions
|
|
@ -3843,6 +3843,8 @@ query_prefetch(ns_client_t *client, dns_name_t *qname,
|
|||
&client->recursionquota);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
return;
|
||||
isc_stats_increment(ns_g_server->nsstats,
|
||||
dns_nsstatscounter_recursclients);
|
||||
}
|
||||
if (client->query.prefetch != NULL)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue