mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
fix mis-spelling in clouddns.go (#3166)
This commit is contained in:
@@ -107,7 +107,7 @@ func (h *CloudDNS) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Ms
|
|||||||
return plugin.NextOrFailure(h.Name(), h.Next, ctx, w, r)
|
return plugin.NextOrFailure(h.Name(), h.Next, ctx, w, r)
|
||||||
}
|
}
|
||||||
|
|
||||||
z, ok := h.zones[zName] // ok true if we are authoritive for the zone
|
z, ok := h.zones[zName] // ok true if we are authoritative for the zone
|
||||||
if !ok || z == nil {
|
if !ok || z == nil {
|
||||||
return dns.RcodeServerFailure, nil
|
return dns.RcodeServerFailure, nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user