send notifies after adding zones all zones (#5774)

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
Chris O'Haver
2023-02-15 13:25:02 -05:00
committed by GitHub
parent ad623eb0d6
commit 77c7c0b4cb
4 changed files with 21 additions and 5 deletions

View File

@@ -59,8 +59,6 @@ func (a Auto) Walk() error {
a.metrics.AddZone(origin)
}
a.transfer.Notify(origin)
log.Infof("Inserting zone `%s' from: %s", origin, path)
toDelete[origin] = false