4343. [bug] dns_dnssec_syncupdate misdeclared in <dns/dnssec.h>.

[RT #42090]
This commit is contained in:
Mark Andrews 2016-04-06 03:31:49 +10:00
parent dd185fb371
commit 651be63a11
2 changed files with 4 additions and 1 deletions

View file

@ -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]

View 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,