diff options
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-utils.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-utils.c b/xlators/mgmt/glusterd/src/glusterd-utils.c index f1627df688f..fe1d16865ef 100644 --- a/xlators/mgmt/glusterd/src/glusterd-utils.c +++ b/xlators/mgmt/glusterd/src/glusterd-utils.c @@ -4304,7 +4304,7 @@ glusterd_volinfo_copy_brickinfo (glusterd_volinfo_t *old_volinfo,                  if (ret == 0) {                          new_brickinfo->port = old_brickinfo->port; -                        if (old_brickinfo->real_path == '\0') { +                            if (old_brickinfo->real_path[0] == '\0') {                                  if (!realpath (new_brickinfo->path, abspath)) {                                          /* Here an ENOENT should also be a                                           * failure as the brick is expected to  | 
