2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

fix a merge error from rebasing dnssec-settime (an assignment was left in

place that was supposed to have been removed--this was already reviewed, I
just merged the fix wrong)
This commit is contained in:
Evan Hunt 2009-07-19 16:11:53 +00:00
parent 15fcbe3917
commit f73695f9bd

View 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);