mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'matthijs-follow-up-2596' into 'main'
Remove double "insecure" check See merge request isc-projects/bind9!4997
This commit is contained in:
commit
cecc905b46
1 changed files with 0 additions and 3 deletions
|
|
@ -890,9 +890,6 @@ kasp_name_allowed(const cfg_listelt_t *element) {
|
|||
if (strcmp("none", name) == 0) {
|
||||
return (false);
|
||||
}
|
||||
if (strcmp("insecure", name) == 0) {
|
||||
return (false);
|
||||
}
|
||||
if (strcmp("default", name) == 0) {
|
||||
return (false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue