mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-12 05:32:42 -04:00
call setup_entropy with file NULL rathet than isc_commandline_argument
This commit is contained in:
parent
9a41f786b1
commit
edafc0c3db
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: nsupdate.c,v 1.153 2007/09/15 14:46:03 marka Exp $ */
|
||||
/* $Id: nsupdate.c,v 1.154 2007/09/16 02:37:12 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -743,7 +743,7 @@ setup_system(void) {
|
|||
}
|
||||
}
|
||||
|
||||
setup_entropy(mctx, isc_commandline_argument, &entropy);
|
||||
setup_entropy(mctx, NULL, &entropy);
|
||||
|
||||
result = isc_hash_create(mctx, entropy, DNS_NAME_MAXWIRE);
|
||||
check_result(result, "isc_hash_create");
|
||||
|
|
|
|||
Loading…
Reference in a new issue