mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
fix: nil: Fix default IANA root zone mirror configuration
Closes #5115 Merge branch '5115-fix-default-iana-root-zone-mirror-configuration' into 'main' See merge request isc-projects/bind9!9934
This commit is contained in:
commit
9636dc1a1e
1 changed files with 1 additions and 1 deletions
|
|
@ -1852,7 +1852,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