From: Mark Andrews Date: Sun, 16 Sep 2007 02:37:12 +0000 (+0000) Subject: call setup_entropy with file NULL rathet than isc_commandline_argument X-Git-Tag: v9.3.5b1~34^2~14 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=edafc0c3db079723fd080e9424351caf34c762af;p=thirdparty%2Fbind9.git call setup_entropy with file NULL rathet than isc_commandline_argument --- diff --git a/bin/nsupdate/nsupdate.c b/bin/nsupdate/nsupdate.c index 592bcbaf81a..ce53b2a3dbe 100644 --- a/bin/nsupdate/nsupdate.c +++ b/bin/nsupdate/nsupdate.c @@ -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");