mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 10:12:09 -04:00
1662. [bug] Change #1658 failed to one use of 'type' to 'keytype'.
This commit is contained in:
parent
eeac8cfcd3
commit
5f059eef43
2 changed files with 4 additions and 2 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
1662. [bug] Change #1658 failed to one use of 'type' to 'keytype'.
|
||||
|
||||
1661. [placeholder] rt11582
|
||||
|
||||
1660 [placeholder] rt11595
|
||||
|
|
|
|||
|
|
@ -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 <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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue