2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

[master] NTAs did not survive reoad/reconfig

4251.	[bug]		NTAs were deleted when the server was reconfigured
			or reloaded. [RT #41058]
This commit is contained in:
Evan Hunt
2015-11-04 10:34:28 -08:00
parent 09f82f5079
commit 6b8519147a
4 changed files with 13 additions and 3 deletions

View File

@@ -6786,6 +6786,8 @@ load_configuration(const char *filename, ns_server_t *server,
goto cleanup;
}
(void) ns_server_loadnta(server);
result = ISC_R_SUCCESS;
cleanup:
@@ -7055,8 +7057,6 @@ run_server(isc_task_t *task, isc_event_t *event) {
isc_hash_init();
CHECKFATAL(load_zones(server, ISC_TRUE), "loading zones");
(void) ns_server_loadnta(server);
}
void