mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Merge branch 'marka-signing-clear-notify' into 'master'
Send NOTIFY messages after deleting private-type records. See merge request isc-projects/bind9!2942
This commit is contained in:
@@ -19576,7 +19576,8 @@ keydone(isc_task_t *task, isc_event_t *event) {
|
||||
commit = true;
|
||||
|
||||
LOCK_ZONE(zone);
|
||||
DNS_ZONE_SETFLAG(zone, DNS_ZONEFLG_LOADED);
|
||||
DNS_ZONE_SETFLAG(zone, DNS_ZONEFLG_LOADED|
|
||||
DNS_ZONEFLG_NEEDNOTIFY);
|
||||
zone_needdump(zone, 30);
|
||||
UNLOCK_ZONE(zone);
|
||||
}
|
||||
|
Reference in New Issue
Block a user