mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:32:05 -04:00
4343. [bug] dns_dnssec_syncupdate misdeclared in <dns/dnssec.h>.
[RT #42090]
This commit is contained in:
parent
dd185fb371
commit
651be63a11
2 changed files with 4 additions and 1 deletions
3
CHANGES
3
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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue