[9.20] fix: nil: Fix default IANA root zone mirror configuration
Closes #5115 Backport of MR !9934 Merge branch 'backport-5115-fix-default-iana-root-zone-mirror-configuration-9.20' into 'bind-9.20' See merge request isc-projects/bind9!9944
This commit is contained in:
@@ -1811,7 +1811,7 @@ named_zone_configure(const cfg_obj_t *config, const cfg_obj_t *vconfig,
|
||||
dns_name_equal(dns_zone_getorigin(zone), dns_rootname))
|
||||
{
|
||||
result = named_config_getremotesdef(
|
||||
named_g_config, "primaries",
|
||||
named_g_config, "remote-servers",
|
||||
DEFAULT_IANA_ROOT_ZONE_PRIMARIES, &obj);
|
||||
CHECK(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user