diff options
Diffstat (limited to 'glusterfsd')
| -rw-r--r-- | glusterfsd/src/glusterfsd.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 42731660485..df5b9ed0b31 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -725,7 +725,7 @@ create_fuse_mount(glusterfs_ctx_t *ctx)      }      master->ctx = ctx; -    master->options = get_new_dict(); +    master->options = dict_new();      if (!master->options)          goto err; @@ -2644,7 +2644,6 @@ out:                  /* Take dict ref for every graph xlator to avoid dict leak                     at the time of graph destroying                  */ -                gluster_graph_take_reference(graph->first);                  glusterfs_graph_fini(graph);                  glusterfs_graph_destroy(graph);              }  | 
