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:
parent
a9a7555a98
commit
c4265bfd16
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user