diff options
Diffstat (limited to 'libglusterfs/src/graph.c')
| -rw-r--r-- | libglusterfs/src/graph.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/libglusterfs/src/graph.c b/libglusterfs/src/graph.c index c44fa44ad9b..0c63c194d01 100644 --- a/libglusterfs/src/graph.c +++ b/libglusterfs/src/graph.c @@ -501,7 +501,6 @@ glusterfs_graph_reconfigure (glusterfs_graph_t *oldgraph,  {          xlator_t *old_xl = NULL;          xlator_t *new_xl = NULL; -        int ret = 0;          GF_ASSERT (oldgraph);          GF_ASSERT (newgraph); @@ -509,9 +508,7 @@ glusterfs_graph_reconfigure (glusterfs_graph_t *oldgraph,          old_xl   = oldgraph->first;          new_xl   = newgraph->first; -        ret = xlator_tree_reconfigure (old_xl, new_xl); - -        return ret; +        return xlator_tree_reconfigure (old_xl, new_xl);  }  int  | 
