From ae4970422efcbb168072c4db0ee82bbf2d2824f7 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Wed, 12 Dec 2012 13:42:15 +0530 Subject: Rebase commit #2 Change-Id: Ie983d0b9862cc1401187532ed896e57bd3488e2b BUG: 871323 Reviewed-on: https://code.engineering.redhat.com/gerrit/1893 Reviewed-by: Vijay Bellur Tested-by: Vijay Bellur --- glusterfsd/src/glusterfsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glusterfsd') diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 58fa38d0b3b..44678bb1315 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -339,7 +339,7 @@ set_fuse_mount_options (glusterfs_ctx_t *ctx, dict_t *options) } if (cmd_args->enable_ino32) { - ret = dict_set_static_ptr (master->options, "enable-ino32", + ret = dict_set_static_ptr (options, "enable-ino32", "on"); if (ret < 0) { gf_log ("glusterfsd", GF_LOG_ERROR, -- cgit