diff options
Diffstat (limited to 'plugin/auto/zone.go')
-rw-r--r-- | plugin/auto/zone.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/auto/zone.go b/plugin/auto/zone.go index dff376bf9..bb8118613 100644 --- a/plugin/auto/zone.go +++ b/plugin/auto/zone.go @@ -41,7 +41,7 @@ func (z *Zones) Zones(name string) *file.Zone { return zo } -// Add adds a new zone into z. If zo.NoReload is false, the +// Add adds a new zone into z. If z.ReloadInterval is not zero, the // reload goroutine is started. func (z *Zones) Add(zo *file.Zone, name string, t *transfer.Transfer) { z.Lock() |