mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 01:12:07 -04:00
Call set_resigntime() in receive_secure_serial()
With RRSIG records no longer being signed with the full sig-validity-interval we need to ensure the zone->resigntime as it may need to be set to a earlier time.
This commit is contained in:
parent
9aa84dabf9
commit
5d1611afdc
1 changed files with 5 additions and 0 deletions
|
|
@ -15630,6 +15630,11 @@ nextevent:
|
|||
zone->sourceserialset = true;
|
||||
zone_needdump(zone, DNS_DUMP_DELAY);
|
||||
|
||||
/*
|
||||
* Set resign time to make sure it is set to the earliest
|
||||
* signature expiration.
|
||||
*/
|
||||
set_resigntime(zone);
|
||||
TIME_NOW(&timenow);
|
||||
zone_settimer(zone, &timenow);
|
||||
UNLOCK_ZONE(zone);
|
||||
|
|
|
|||
Loading…
Reference in a new issue