diff options
Diffstat (limited to 'libglusterfs/src/graph.c')
| -rw-r--r-- | libglusterfs/src/graph.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/graph.c b/libglusterfs/src/graph.c index cb1c0017cf1..aea74a5edad 100644 --- a/libglusterfs/src/graph.c +++ b/libglusterfs/src/graph.c @@ -1401,7 +1401,7 @@ glusterfs_graph_cleanup(void *arg)      pthread_mutex_lock(&ctx->cleanup_lock);      { -        glusterfs_graph_fini(graph); +        glusterfs_graph_deactivate(graph);          glusterfs_graph_destroy(graph);      }      pthread_mutex_unlock(&ctx->cleanup_lock);  | 
