diff options
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-mountbroker.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-mountbroker.c b/xlators/mgmt/glusterd/src/glusterd-mountbroker.c index f992adcfd6d..b7db3bdf059 100644 --- a/xlators/mgmt/glusterd/src/glusterd-mountbroker.c +++ b/xlators/mgmt/glusterd/src/glusterd-mountbroker.c @@ -553,7 +553,7 @@ glusterd_do_mount (char *label, dict_t *argdict, char **path, int *op_errno)          if (!*label) {                  *op_errno = EINVAL;                  gf_msg (this->name, GF_LOG_ERROR, *op_errno, -                        GD_MSG_MNTBROKER_LABEL_MISS, +                        GD_MSG_MNTBROKER_LABEL_NULL,                          "label is NULL (%s)",                          strerror (*op_errno));                  goto out;  | 
