mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-02 05:20:33 -05:00
Moved last occurrence of ns_g_entropy to named_g_entropy
This commit is contained in:
parent
6e5ae91479
commit
aed87173fd
1 changed files with 1 additions and 1 deletions
|
|
@ -8297,7 +8297,7 @@ load_configuration(const char *filename, named_server_t *server,
|
|||
const char *randomdev = cfg_obj_asstring(obj);
|
||||
#ifdef ISC_PLATFORM_CRYPTORANDOM
|
||||
if (strcmp(randomdev, ISC_PLATFORM_CRYPTORANDOM) == 0)
|
||||
isc_entropy_usehook(ns_g_entropy, ISC_TRUE);
|
||||
isc_entropy_usehook(named_g_entropy, ISC_TRUE);
|
||||
#else
|
||||
int level = ISC_LOG_ERROR;
|
||||
result = isc_entropy_createfilesource(named_g_entropy,
|
||||
|
|
|
|||
Loading…
Reference in a new issue