diff options
Diffstat (limited to 'plugin/etcd/stub.go')
-rw-r--r-- | plugin/etcd/stub.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/etcd/stub.go b/plugin/etcd/stub.go index c270bcd2b..37e426ac4 100644 --- a/plugin/etcd/stub.go +++ b/plugin/etcd/stub.go @@ -61,7 +61,7 @@ Services: // Chop of left most label, because that is used as the nameserver place holder // and drop the right most labels that belong to zone. // We must *also* chop of dns.stub. which means cutting two more labels. - domain = dnsutil.Join(labels[1 : len(labels)-dns.CountLabel(z)-2]) + domain = dnsutil.Join(labels[1 : len(labels)-dns.CountLabel(z)-2]...) if domain == z { log.Warningf("Skipping nameserver for domain we are authoritative for: %s", domain) continue Services |