mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 12:40:24 +03:00
+1
-1
@@ -130,7 +130,7 @@ func (c *coreDNS) list(key string) ([]SrvRecord, error) {
|
|||||||
// /skydns/net/miniocloud/10.0.0.1 that may exist as
|
// /skydns/net/miniocloud/10.0.0.1 that may exist as
|
||||||
// dns entry for the server (rather than the bucket
|
// dns entry for the server (rather than the bucket
|
||||||
// itself).
|
// itself).
|
||||||
if srvRecord.Key == "" {
|
if srvRecord.Key == "" || srvRecord.Key == etcdPathSeparator {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user