mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-05 03:22:04 -04:00
Fix recursive-clients 0
Setting recursive-clients 0 triggered an assertion in isc_quota_soft.
This has now been fixed.
(cherry picked from commit 840eaa628d)
This commit is contained in:
parent
14c5d7f551
commit
887e874e93
1 changed files with 0 additions and 1 deletions
|
|
@ -36,7 +36,6 @@ isc_quota_init(isc_quota_t *quota, unsigned int max) {
|
|||
void
|
||||
isc_quota_soft(isc_quota_t *quota, unsigned int soft) {
|
||||
REQUIRE(VALID_QUOTA(quota));
|
||||
REQUIRE(atomic_load_relaxed("a->max) > soft);
|
||||
atomic_store_relaxed("a->soft, soft);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue