diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd.c b/xlators/mgmt/glusterd/src/glusterd.c index 19a7d9da00b..fa56898c829 100644 --- a/xlators/mgmt/glusterd/src/glusterd.c +++ b/xlators/mgmt/glusterd/src/glusterd.c @@ -417,7 +417,7 @@ configure_syncdaemon (glusterd_conf_t *conf) runner_add_args (&runner, "gluster-command", GFS_PREFIX"/sbin/glusterfs " "--xlator-option *-dht.assert-no-child-down=true", - "." ".", NULL); + ".", ".", NULL); ret = runner_run (&runner); if (ret) goto out; |