]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
call setup_entropy with file NULL rathet than isc_commandline_argument
authorMark Andrews <marka@isc.org>
Sun, 16 Sep 2007 02:37:12 +0000 (02:37 +0000)
committerMark Andrews <marka@isc.org>
Sun, 16 Sep 2007 02:37:12 +0000 (02:37 +0000)
bin/nsupdate/nsupdate.c

index 592bcbaf81aa209a9f01f83ed8cbba638033b49d..ce53b2a3dbe2631111021f51183fbe61abcc36d4 100644 (file)
@@ -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");