]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix a merge error from rebasing dnssec-settime (an assignment was left in
authorEvan Hunt <each@isc.org>
Sun, 19 Jul 2009 16:11:53 +0000 (16:11 +0000)
committerEvan Hunt <each@isc.org>
Sun, 19 Jul 2009 16:11:53 +0000 (16:11 +0000)
place that was supposed to have been removed--this was already reviewed, I
just merged the fix wrong)

bin/dnssec/dnssec-settime.c

index 26ba8656c5d7ac9e6352c28e0842a18e4c619367..0014afd8e28b65dee1d3351b01d5ec53c1da86ff 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-settime.c,v 1.4 2009/07/19 05:26:05 each Exp $ */
+/* $Id: dnssec-settime.c,v 1.5 2009/07/19 16:11:53 each Exp $ */
 
 /*! \file */
 
@@ -205,8 +205,6 @@ main(int argc, char **argv) {
                }
        }
 
-       filename = argv[isc_commandline_index];
-
        if (ectx == NULL)
                setup_entropy(mctx, NULL, &ectx);
        result = isc_hash_create(mctx, ectx, DNS_NAME_MAXWIRE);