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

Oops, forgot to initialize server->entropy

This commit is contained in:
Brian Wellington 2000-06-12 18:47:57 +00:00
parent a9a7555a98
commit c4265bfd16

View File

@ -1554,6 +1554,7 @@ ns_server_create(isc_mem_t *mctx, ns_server_t **serverp) {
ISC_R_NOMEMORY : ISC_R_SUCCESS,
"allocating reload event");
server->entropy = NULL;
CHECKFATAL(isc_entropy_create(ns_g_mctx, &server->entropy),
"initializing entropy pool");