diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.c')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-op-sm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.c b/xlators/mgmt/glusterd/src/glusterd-op-sm.c index 3b6f679edb4..07f35642b14 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.c +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.c @@ -2286,7 +2286,7 @@ glusterd_op_commit_hook (glusterd_op_t op, dict_t *op_ctx,  glusterd_commit_hook          snprintf (scriptdir, sizeof (scriptdir), "%s/%s/%s",                    hookdir, cmd_subdir, type_subdir); -        return glusterd_hooks_run_hooks (scriptdir, op_ctx); +        return glusterd_hooks_run_hooks (scriptdir, op, op_ctx, type);  }  static int  | 
