summaryrefslogtreecommitdiffstats
path: root/xlators/features/snapview-client
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/snapview-client')
-rw-r--r--xlators/features/snapview-client/src/snapview-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/snapview-client/src/snapview-client.c b/xlators/features/snapview-client/src/snapview-client.c
index c575975d8dc..532b5afe793 100644
--- a/xlators/features/snapview-client/src/snapview-client.c
+++ b/xlators/features/snapview-client/src/snapview-client.c
@@ -531,7 +531,7 @@ svc_statfs (call_frame_t *frame, xlator_t *this, loc_t *loc,
* virtual directory from path
*/
subvolume = FIRST_CHILD (this);
- root_loc.path = "/";
+ root_loc.path = gf_strdup("/");
gf_uuid_clear(root_loc.gfid);
root_loc.gfid[15] = 1;
root_loc.inode = inode_ref (loc->inode->table->root);