Skip to content

Commit

Permalink
fix: nil: Fix default IANA root zone mirror configuration
Browse files Browse the repository at this point in the history
Closes #5115

Merge branch '5115-fix-default-iana-root-zone-mirror-configuration' into 'main'

See merge request isc-projects/bind9!9934
  • Loading branch information
kempniu committed Jan 9, 2025
2 parents 19a2aab + 010d2eb commit 9636dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/named/zoneconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 9636dc1

Please sign in to comment.