Fix referencing non-existant structs

This commit is contained in:
Willem Toorop 2014-08-25 11:04:43 +02:00
parent 658e8cab77
commit c8872d658f
1 changed files with 2 additions and 2 deletions

View File

@ -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 },