diff options
Diffstat (limited to 'xlators/protocol')
| -rw-r--r-- | xlators/protocol/legacy/server/src/server-protocol.c | 4 | ||||
| -rw-r--r-- | xlators/protocol/server/src/server-handshake.c | 4 | 
2 files changed, 4 insertions, 4 deletions
diff --git a/xlators/protocol/legacy/server/src/server-protocol.c b/xlators/protocol/legacy/server/src/server-protocol.c index abd339542..0686398d1 100644 --- a/xlators/protocol/legacy/server/src/server-protocol.c +++ b/xlators/protocol/legacy/server/src/server-protocol.c @@ -5046,7 +5046,7 @@ static int  _validate_volfile_checksum (xlator_t *this, char *key,                              uint32_t checksum)  { -        char                 filename[ZR_PATH_MAX] = {0,}; +        char                 filename[PATH_MAX] = {0,};          server_conf_t       *conf         = NULL;          struct _volfile_ctx *temp_volfile = NULL;          int                  ret          = 0; @@ -5121,7 +5121,7 @@ mop_getspec (call_frame_t *frame, xlator_t *bound_xl,          int32_t               spec_fd = -1;          size_t                file_len = 0;          size_t                _hdrlen = 0; -        char                  filename[ZR_PATH_MAX] = {0,}; +        char                  filename[PATH_MAX] = {0,};          struct stat           stbuf = {0,};          gf_mop_getspec_req_t *req = NULL;          uint32_t              checksum = 0; diff --git a/xlators/protocol/server/src/server-handshake.c b/xlators/protocol/server/src/server-handshake.c index f9d79721e..7761f78c4 100644 --- a/xlators/protocol/server/src/server-handshake.c +++ b/xlators/protocol/server/src/server-handshake.c @@ -190,7 +190,7 @@ int  _validate_volfile_checksum (xlator_t *this, char *key,                              uint32_t checksum)  { -        char                 filename[ZR_PATH_MAX] = {0,}; +        char                 filename[PATH_MAX] = {0,};          server_conf_t       *conf         = NULL;          struct _volfile_ctx *temp_volfile = NULL;          int                  ret          = 0; @@ -253,7 +253,7 @@ server_getspec (rpcsvc_request_t *req)          int32_t              op_errno               = ENOENT;          int32_t              spec_fd                = -1;          size_t               file_len               = 0; -        char                 filename[ZR_PATH_MAX]  = {0,}; +        char                 filename[PATH_MAX]  = {0,};          struct stat          stbuf                  = {0,};          uint32_t             checksum               = 0;          char                *key                    = NULL;  | 
