mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47:59 +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:
parent
15fcbe3917
commit
f73695f9bd
@ -14,7 +14,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* 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 */
|
/*! \file */
|
||||||
|
|
||||||
@ -205,8 +205,6 @@ main(int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
filename = argv[isc_commandline_index];
|
|
||||||
|
|
||||||
if (ectx == NULL)
|
if (ectx == NULL)
|
||||||
setup_entropy(mctx, NULL, &ectx);
|
setup_entropy(mctx, NULL, &ectx);
|
||||||
result = isc_hash_create(mctx, ectx, DNS_NAME_MAXWIRE);
|
result = isc_hash_create(mctx, ectx, DNS_NAME_MAXWIRE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user