]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
4343. [bug] dns_dnssec_syncupdate misdeclared in <dns/dnssec.h>.
authorMark Andrews <marka@isc.org>
Tue, 5 Apr 2016 17:31:49 +0000 (03:31 +1000)
committerMark Andrews <marka@isc.org>
Tue, 5 Apr 2016 17:31:49 +0000 (03:31 +1000)
                        [RT #42090]

CHANGES
lib/dns/include/dns/dnssec.h

diff --git a/CHANGES b/CHANGES
index 178d285af795c564f3079a1dd74850e480a46f6e..d2cfb925d3cae4f309f232307488c9c2eb66a764 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+4343.  [bug]           dns_dnssec_syncupdate misdeclared in <dns/dnssec.h>.
+                       [RT #42090]
+
 4342.  [bug]           'rndc flushtree' could fail to clean the tree if there
                        wasn't a node at the specified name. [RT #41846]
 
index 59bc7c16321caee1217b2eaae0de35701058f10a..81960fd4a11b89277979e2916e65a8e635e27614 100644 (file)
@@ -374,7 +374,7 @@ dns_dnssec_updatekeys(dns_dnsseckeylist_t *keys, dns_dnsseckeylist_t *newkeys,
  * On completion, any remaining keys in 'newkeys' are freed.
  */
 
-isc_boolean_t
+isc_result_t
 dns_dnssec_syncupdate(dns_dnsseckeylist_t *keys, dns_dnsseckeylist_t *rmkeys,
                      dns_rdataset_t *cds, dns_rdataset_t *cdnskey,
                      isc_stdtime_t now, dns_ttl_t hint_ttl, dns_diff_t *diff,