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

TSIG initialization moved until after config file parsing

This commit is contained in:
Brian Wellington
1999-10-27 20:00:40 +00:00
parent e552b98037
commit 24e49b2133
2 changed files with 12 additions and 6 deletions

View File

@@ -274,11 +274,6 @@ setup() {
if (result != ISC_R_SUCCESS)
ns_main_earlyfatal("ns_server_init() failed: %s",
isc_result_totext(result));
result = dns_tsig_init(ns_g_mctx);
if (result != ISC_R_SUCCESS)
ns_main_earlyfatal("dns_tsig_init() failed: %s",
isc_result_totext(result));
}
static void