mirror of https://github.com/getdnsapi/getdns.git
Fix referencing non-existant structs
This commit is contained in:
parent
658e8cab77
commit
c8872d658f
|
@ -355,8 +355,8 @@ static struct rr_def rr_defs[] = {
|
|||
{ "NINFO", ninfo_rdata, ALEN( ninfo_rdata) },
|
||||
{ "RKEY", rkey_rdata, ALEN( rkey_rdata) },
|
||||
{ "TALINK", talink_rdata, ALEN( talink_rdata) },
|
||||
{ "CDS", cds_rdata, ALEN( ds_rdata) },
|
||||
{ "CDNSKEY", cdnskey_rdata, ALEN( dnskey_rdata) },
|
||||
{ "CDS", ds_rdata, ALEN( ds_rdata) },
|
||||
{ "CDNSKEY", dnskey_rdata, ALEN( dnskey_rdata) },
|
||||
{ "OPENPGPKEY", openpgpkey_rdata, ALEN(openpgpkey_rdata) }, /* - 61 */
|
||||
{ NULL, NULL, 0 },
|
||||
{ NULL, NULL, 0 },
|
||||
|
|
Loading…
Reference in New Issue