diff --git a/doc/Changelog b/doc/Changelog index ceac7885d..09f369a30 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -8,6 +8,7 @@ - updated configure, dependencies and flex output. - better module memory lookup, fix of unbound-control shm names for module memory printout of statistics. + - Fix type AVC sldns rrdef. 12 May 2017: Wouter - Adjust servfail by iterator to not store in cache when serve-expired diff --git a/sldns/rrdef.c b/sldns/rrdef.c index 1e5bf363c..644762f59 100644 --- a/sldns/rrdef.c +++ b/sldns/rrdef.c @@ -606,7 +606,7 @@ static sldns_rr_descriptor rdata_field_descriptors[] = { {LDNS_RR_TYPE_CAA, "CAA", 3, 3, type_caa_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMPRESS, 0 }, #ifdef DRAFT_RRTYPES /* 258 */ - {LDNS_RR_TYPE_TXT, "AVC", 1, 0, NULL, LDNS_RDF_TYPE_STR, LDNS_RR_NO_COMPRESS, 0 }, + {LDNS_RR_TYPE_AVC, "AVC", 1, 0, NULL, LDNS_RDF_TYPE_STR, LDNS_RR_NO_COMPRESS, 0 }, #else {LDNS_RR_TYPE_NULL, "TYPE258", 1, 1, type_0_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMPRESS, 0 }, #endif