Merge branch 'matthijs-follow-up-2596' into 'main'

Remove double "insecure" check

See merge request isc-projects/bind9!4997
This commit is contained in:
Matthijs Mekking 2021-05-05 10:48:38 +00:00
commit cecc905b46

View file

@ -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);
}