send notifies after dynamic update

This commit is contained in:
Andreas Gustafsson 2000-05-22 16:01:58 +00:00
parent 901bea064d
commit 224553741e

View file

@ -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;