mirror of
https://github.com/coredns/coredns.git
synced 2025-11-15 00:12:16 -05:00
Remove some duplicate worlds (#2582)
Signed-off-by: Nguyen Phuong An <AnNP@vn.fujitsu.com>
This commit is contained in:
@@ -56,7 +56,7 @@ func (z *Zones) Add(zo *file.Zone, name string) {
|
||||
z.Unlock()
|
||||
}
|
||||
|
||||
// Remove removes the zone named name from z. It also stop the the zone's reload goroutine.
|
||||
// Remove removes the zone named name from z. It also stop the zone's reload goroutine.
|
||||
func (z *Zones) Remove(name string) {
|
||||
z.Lock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user