mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04: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:
parent
a17a9cb84a
commit
397ca34e34
1 changed files with 0 additions and 1 deletions
|
|
@ -567,7 +567,6 @@ struct dns_resolver {
|
|||
unsigned int query_timeout;
|
||||
unsigned int maxdepth;
|
||||
unsigned int maxqueries;
|
||||
unsigned int maxquerycount;
|
||||
isc_result_t quotaresp[2];
|
||||
isc_stats_t *stats;
|
||||
dns_stats_t *querystats;
|
||||
|
|
|
|||
Loading…
Reference in a new issue