summaryrefslogtreecommitdiff
path: root/ctdb/common
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/common')
-rw-r--r--ctdb/common/run_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/common/run_event.c b/ctdb/common/run_event.c
index 3682f778768..ca4e572a806 100644
--- a/ctdb/common/run_event.c
+++ b/ctdb/common/run_event.c
@@ -146,7 +146,7 @@ static int script_args(TALLOC_CTX *mem_ctx, const char *event_str,
}
argv[argc] = NULL;
- argc += 1;
+ /* argc += 1 */
*out = argv;
return 0;