mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:02:05 -04:00
send notifies after dynamic update
This commit is contained in:
parent
901bea064d
commit
224553741e
1 changed files with 7 additions and 0 deletions
|
|
@ -2257,6 +2257,13 @@ update_action(isc_task_t *task, isc_event_t *event)
|
|||
*/
|
||||
isc_log_write(UPDATE_DEBUG_LOGARGS, "committing update transaction");
|
||||
dns_db_closeversion(db, &ver, ISC_TRUE);
|
||||
|
||||
|
||||
/*
|
||||
* Notify slaves of the change we just made.
|
||||
*/
|
||||
dns_zone_notify(zone);
|
||||
|
||||
result = ISC_R_SUCCESS;
|
||||
goto common;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue