mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
clarify an error message
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: dnssec-makekeyset.c,v 1.37 2000/09/08 08:47:29 bwelling Exp $ */
|
/* $Id: dnssec-makekeyset.c,v 1.38 2000/09/08 14:11:53 bwelling Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -272,7 +272,7 @@ main(int argc, char *argv[]) {
|
|||||||
DST_TYPE_PRIVATE,
|
DST_TYPE_PRIVATE,
|
||||||
mctx, &zonekey);
|
mctx, &zonekey);
|
||||||
if (result != ISC_R_SUCCESS)
|
if (result != ISC_R_SUCCESS)
|
||||||
fatal("failed to read key %s: %s",
|
fatal("failed to read private key %s: %s",
|
||||||
argv[i], isc_result_totext(result));
|
argv[i], isc_result_totext(result));
|
||||||
keynode = isc_mem_get(mctx, sizeof (keynode_t));
|
keynode = isc_mem_get(mctx, sizeof (keynode_t));
|
||||||
if (keynode == NULL)
|
if (keynode == NULL)
|
||||||
|
Reference in New Issue
Block a user