mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 13:49:58 -04:00
[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:
commit
698f1091bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue