1662. [bug] Change #1658 failed to one use of 'type' to 'keytype'.

This commit is contained in:
Mark Andrews
2004-06-16 01:05:01 +00:00
parent 1510fd627c
commit 055a366fcb
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,6 +1,8 @@
--- 9.3.0rc1 released ---
1662. [bug] Change #1658 failed to one use of 'type' to 'keytype'.
1659. [cleanup] Cleanup some messages that were referring to KEY vs
DNSKEY, NXT vs NSEC and SIG vs RRSIG.
+2 -2
View File
@@ -18,7 +18,7 @@
/*
* Principal Author: Brian Wellington
* $Id: dst_api.c,v 1.88.2.3.2.14 2004/06/11 00:30:55 marka Exp $
* $Id: dst_api.c,v 1.88.2.3.2.15 2004/06/16 01:05:01 marka Exp $
*/
#include <config.h>
@@ -929,7 +929,7 @@ read_public_key(const char *filename, int type,
}
isc_buffer_init(&b, rdatabuf, sizeof(rdatabuf));
ret = dns_rdata_fromtext(&rdata, rdclass, type, lex, NULL,
ret = dns_rdata_fromtext(&rdata, rdclass, keytype, lex, NULL,
ISC_FALSE, mctx, &b, NULL);
if (ret != ISC_R_SUCCESS)
goto cleanup;