mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 23:55:27 +00:00
Remove unused maxquerycount
While implementing the global limit 'max-query-count', initially I thought adding the variable to the resolver structure. But the limit is per client request so it was moved to the view structure (and counter in ns_query structure). However, I forgot to remove the variable from the resolver structure again. This commit fixes that.
This commit is contained in:
@@ -567,7 +567,6 @@ struct dns_resolver {
|
|||||||
unsigned int query_timeout;
|
unsigned int query_timeout;
|
||||||
unsigned int maxdepth;
|
unsigned int maxdepth;
|
||||||
unsigned int maxqueries;
|
unsigned int maxqueries;
|
||||||
unsigned int maxquerycount;
|
|
||||||
isc_result_t quotaresp[2];
|
isc_result_t quotaresp[2];
|
||||||
isc_stats_t *stats;
|
isc_stats_t *stats;
|
||||||
dns_stats_t *querystats;
|
dns_stats_t *querystats;
|
||||||
|
Reference in New Issue
Block a user