mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
remove useless namedconf option in test
namedconf `request-zoneversion` option doesn't exists on 9.20, and was actually useless for the purpose of the reload/fail/success cache test. Remove this option so the test can run on 9.20
This commit is contained in:
parent
a4c3e6f3dd
commit
fe4d9d9e6a
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ options {
|
|||
max-zone-ttl unlimited;
|
||||
resolver-query-timeout 5000; # 5 seconds
|
||||
max-recursion-queries 100;
|
||||
request-zoneversion yes;
|
||||
};
|
||||
|
||||
view "default" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue