Make sure client initializes to proper lock RPC path. (#3763)

Fixes a regression introduced in previous commit.
This commit is contained in:
Harshavardhana
2017-02-18 02:52:11 -08:00
committed by GitHub
parent 50b4e54a75
commit 34d9a6b46a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ func initDsyncNodes(eps []*url.URL) error {
accessKey: cred.AccessKey,
secretKey: cred.SecretKey,
serverAddr: ep.Host,
serviceEndpoint: pathutil.Join(lockRPCPath, getPath(ep)),
serviceEndpoint: pathutil.Join(minioReservedBucketPath, lockRPCPath, getPath(ep)),
secureConn: globalIsSSL,
serviceName: "Dsync",
})