From: Mark Andrews Date: Wed, 16 Jun 2004 01:41:52 +0000 (+0000) Subject: 1662. [bug] Change #1658 failed to one use of 'type' to 'keytype'. X-Git-Tag: v9.2.4rc6~9^2~35 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=5f059eef4360bc6c35a38241deb2561884dd9001;p=thirdparty%2Fbind9.git 1662. [bug] Change #1658 failed to one use of 'type' to 'keytype'. --- diff --git a/CHANGES b/CHANGES index 9450824fb7f..a0fd8e6a898 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +1662. [bug] Change #1658 failed to one use of 'type' to 'keytype'. + 1661. [placeholder] rt11582 1660 [placeholder] rt11595 diff --git a/lib/dns/sec/dst/dst_api.c b/lib/dns/sec/dst/dst_api.c index 1798d04a6a1..ba8cf21e8a4 100644 --- a/lib/dns/sec/dst/dst_api.c +++ b/lib/dns/sec/dst/dst_api.c @@ -18,7 +18,7 @@ /* * Principal Author: Brian Wellington - * $Id: dst_api.c,v 1.116 2004/06/11 00:27:00 marka Exp $ + * $Id: dst_api.c,v 1.117 2004/06/16 01:41:52 marka Exp $ */ #include @@ -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;