Send notifies after reload
This commit is contained in:
parent
95477fd2fe
commit
f783634174
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ func (z *Zone) Reload(shutdown chan bool) error {
|
|||
z.Tree = zone.Tree
|
||||
z.reloadMu.Unlock()
|
||||
log.Printf("[INFO] Successfully reloaded zone `%s'", z.origin)
|
||||
z.Notify()
|
||||
}
|
||||
case <-shutdown:
|
||||
watcher.Close()
|
||||
|
|
Loading…
Add table
Reference in a new issue