]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fix up dname count for A6 (not counted, because it could be absent).
authorWouter Wijngaards <wouter@NLnetLabs.nl>
Wed, 6 May 2009 08:16:22 +0000 (08:16 +0000)
committerWouter Wijngaards <wouter@NLnetLabs.nl>
Wed, 6 May 2009 08:16:22 +0000 (08:16 +0000)
rr.c

diff --git a/rr.c b/rr.c
index 589198fc7dc8e1bd37570f2c98361fb1a91de075..d316ed361dce8aeecfd9a238614ac0d7ca9a2807 100644 (file)
--- a/rr.c
+++ b/rr.c
@@ -1875,7 +1875,7 @@ static ldns_rr_descriptor rdata_field_descriptors[] = {
        /* 37 */
        {LDNS_RR_TYPE_CERT, "CERT", 4, 4, type_cert_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMPRESS, 0 },
        /* 38 */
-       {LDNS_RR_TYPE_A6, "A6", 1, 1, type_a6_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMPRESS, 1 },
+       {LDNS_RR_TYPE_A6, "A6", 1, 1, type_a6_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMPRESS, 0 },
        /* 39 */
        {LDNS_RR_TYPE_DNAME, "DNAME", 1, 1, type_dname_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMPRESS, 1 },
        /* 40 */