mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
[master] Prevent possible infinite signing loop after retransferring an inline-signed slave using NSEC3
4727. [bug] Retransferring an inline-signed slave using NSEC3 around the time its NSEC3 salt was changed could result in an infinite signing loop. [RT #45080]
This commit is contained in:
@@ -12790,7 +12790,7 @@ typedef struct {
|
||||
} ns_dzctx_t;
|
||||
|
||||
/*
|
||||
* Carry out a zone deletion scheduled by named_server_addzone().
|
||||
* Carry out a zone deletion scheduled by named_server_delzone().
|
||||
*/
|
||||
static void
|
||||
rmzone(isc_task_t *task, isc_event_t *event) {
|
||||
|
Reference in New Issue
Block a user