2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

119. [cleanup] structure definitions for generic rdata stuctures do

not have _generic_ in their names.
This commit is contained in:
Mark Andrews
2000-04-28 02:08:37 +00:00
parent 6b7257f756
commit b8dd48ecf8
14 changed files with 81 additions and 53 deletions

View File

@@ -216,7 +216,7 @@ configure_view_dnsseckeys(dns_c_ctx_t *cctx,
ckey = ISC_LIST_NEXT(ckey, next))
{
dns_rdataclass_t viewclass;
dns_rdata_generic_key_t keystruct;
dns_rdata_key_t keystruct;
isc_int32_t flags, proto, alg;
unsigned char keydata[4096];
isc_buffer_t keydatabuf;