Skip to content

Commit

Permalink
[9.18] chg: dev: Remove unused maxquerycount
Browse files Browse the repository at this point in the history
Related to #4980

Backport of MR !9850

Merge branch 'backport-4980-remove-unused-maxqueryqount-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9854
  • Loading branch information
matje committed Dec 6, 2024
2 parents 64b2b6e + 413ba53 commit c30067b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/dns/resolver.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,6 @@ struct dns_resolver {
unsigned int query_timeout;
unsigned int maxdepth;
unsigned int maxqueries;
unsigned int maxquerycount;
isc_result_t quotaresp[2];

/* Additions for serve-stale feature. */
Expand Down

0 comments on commit c30067b

Please sign in to comment.