]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
4049. [bug] CDS and CDNSKEY had the wrong attributes. [RT #38491]
authorMark Andrews <marka@isc.org>
Fri, 30 Jan 2015 10:48:28 +0000 (21:48 +1100)
committerMark Andrews <marka@isc.org>
Fri, 30 Jan 2015 10:48:28 +0000 (21:48 +1100)
CHANGES
lib/dns/rdata/generic/cdnskey_60.c
lib/dns/rdata/generic/cds_59.c

diff --git a/CHANGES b/CHANGES
index 36fac1741f646693acc19e33569fcc568c4bc5af..aa1f79d3574d6a1fcd254da0efb2946abff958e8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+4049.  [bug]           CDS and CDNSKEY had the wrong attributes. [RT #38491]
+
 4048.  [bug]           adb hash table was not being grown. [RT #38470]
 
 4047.  [cleanup]       "named -V" now reports the current running versions
index 8bf876d2e1e1079112746a3b2c217e22e5574c5f..f5a700a61b88ffe619794c75332dbf8a69566f0d 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <dst/dst.h>
 
-#define RRTYPE_CDNSKEY_ATTRIBUTES (DNS_RDATATYPEATTR_DNSSEC)
+#define RRTYPE_CDNSKEY_ATTRIBUTES 0
 
 static inline isc_result_t
 fromtext_cdnskey(ARGS_FROMTEXT) {
index 62884ffdf07ab06da71a34ccef97fd618899939a..23b6fe89840606183a10c6c30e839f399335a8f3 100644 (file)
@@ -19,8 +19,7 @@
 #ifndef RDATA_GENERIC_CDS_59_C
 #define RDATA_GENERIC_CDS_59_C
 
-#define RRTYPE_CDS_ATTRIBUTES \
-       (DNS_RDATATYPEATTR_DNSSEC|DNS_RDATATYPEATTR_ATPARENT)
+#define RRTYPE_CDS_ATTRIBUTES 0
 
 #include <isc/sha1.h>
 #include <isc/sha2.h>