mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-10 10:11:39 -04:00
restore setting header->heap_index to zero in setsigningtime
(cherry picked from commit c22b540e4c)
This commit is contained in:
parent
a59eb10b23
commit
d5b0589e4c
1 changed files with 1 additions and 0 deletions
|
|
@ -7727,6 +7727,7 @@ setsigningtime(dns_db_t *db, dns_rdataset_t *rdataset, isc_stdtime_t resign) {
|
|||
if (resign == 0) {
|
||||
isc_heap_delete(rbtdb->heaps[header->node->locknum],
|
||||
header->heap_index);
|
||||
header->heap_index = 0;
|
||||
} else if (resign_sooner(header, &oldheader)) {
|
||||
isc_heap_increased(rbtdb->heaps[header->node->locknum],
|
||||
header->heap_index);
|
||||
|
|
|
|||
Loading…
Reference in a new issue