mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 19:32:06 -04:00
Merge branch '4405-cleanup-resolver-nonbackoff-tries-check' into 'main'
Remove obsolete check for resolver-nonbackoff-tries See merge request isc-projects/bind9!8557
This commit is contained in:
commit
7ec5f494e2
1 changed files with 0 additions and 10 deletions
|
|
@ -1789,16 +1789,6 @@ check_options(const cfg_obj_t *options, const cfg_obj_t *config,
|
|||
}
|
||||
}
|
||||
|
||||
obj = NULL;
|
||||
(void)cfg_map_get(options, "resolver-nonbackoff-tries", &obj);
|
||||
if (obj != NULL && cfg_obj_asuint32(obj) == 0U) {
|
||||
cfg_obj_log(obj, logctx, ISC_LOG_ERROR,
|
||||
"'resolver-nonbackoff-tries' must be >= 1");
|
||||
if (result == ISC_R_SUCCESS) {
|
||||
result = ISC_R_RANGE;
|
||||
}
|
||||
}
|
||||
|
||||
obj = NULL;
|
||||
(void)cfg_map_get(options, "max-ixfr-ratio", &obj);
|
||||
if (obj != NULL && cfg_obj_ispercentage(obj)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue