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 c9db4b09d8d..7ec5cafbbd3 100644 --- a/xlators/mgmt/glusterd/src/glusterd.c +++ b/xlators/mgmt/glusterd/src/glusterd.c @@ -412,7 +412,7 @@ init (xlator_t *this) glusterd_op_sm_init (); glusterd_opinfo_init (); - glusterd_restart_bricks(conf, this); + glusterd_restart_bricks (conf); ret = 0; out: if (ret == -1) { |