mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Oops, forgot to initialize server->entropy
This commit is contained in:
parent
a9a7555a98
commit
c4265bfd16
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue