diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-handshake.c')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-handshake.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-handshake.c b/xlators/mgmt/glusterd/src/glusterd-handshake.c index c1392734d79..96d39f03007 100644 --- a/xlators/mgmt/glusterd/src/glusterd-handshake.c +++ b/xlators/mgmt/glusterd/src/glusterd-handshake.c @@ -178,7 +178,7 @@ out:          return ret;  } -static size_t +size_t  build_volfile_path (char *volume_id, char *path,                      size_t path_len, char *trusted_str)  { @@ -841,6 +841,7 @@ __server_getspec (rpcsvc_request_t *req)          peerinfo = &req->trans->peerinfo;          volume = args.key; +          /* Need to strip leading '/' from volnames. This was introduced to           * support nfs style mount parameters for native gluster mount           */  | 
