diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/src/glfs-mgmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/glfs-mgmt.c b/api/src/glfs-mgmt.c index 3302a7c5813..045080d667a 100644 --- a/api/src/glfs-mgmt.c +++ b/api/src/glfs-mgmt.c @@ -70,7 +70,7 @@ glfs_process_volfp (struct glfs *fs, FILE *fp) } } - ret = glusterfs_graph_prepare (graph, ctx); + ret = glusterfs_graph_prepare (graph, ctx, fs->volname); if (ret) { glusterfs_graph_destroy (graph); goto out; |