diff options
Diffstat (limited to 'heal/src')
| -rw-r--r-- | heal/src/glfs-heal.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/heal/src/glfs-heal.c b/heal/src/glfs-heal.c index 236361c2605..7d22e081135 100644 --- a/heal/src/glfs-heal.c +++ b/heal/src/glfs-heal.c @@ -376,8 +376,7 @@ glfsh_print_brick_from_xl (xlator_t *xl)                  goto out;          ret = dict_get_str (xl->options, "remote-subvolume", &remote_subvol); -        if (ret < 0) -                goto out; +  out:          if (ret < 0) {                  printf ("Brick - Not able to get brick information\n");  | 
