summaryrefslogtreecommitdiffstats
path: root/glusterfsd
diff options
context:
space:
mode:
Diffstat (limited to 'glusterfsd')
-rw-r--r--glusterfsd/src/glusterfsd.c2
1 files changed, 1 insertions, 1 deletions
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,