Skip to content

Commit

Permalink
ctdb-eventd: Fix CID 1438155
Browse files Browse the repository at this point in the history
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13554

Signed-off-by: Amitay Isaacs <[email protected]>
Reviewed-by: Volker Lendecke <[email protected]>

Autobuild-User(master): Amitay Isaacs <[email protected]>
Autobuild-Date(master): Fri Aug  3 11:14:01 CEST 2018 on sn-devel-144
  • Loading branch information
amitay authored and Amitay Isaacs committed Aug 3, 2018
1 parent 33d012c commit f7b2e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctdb/event/event_tool.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ static int event_command_script_list(TALLOC_CTX *mem_ctx,

subdir = talloc_asprintf(mem_ctx, "events/%s", argv[0]);
if (subdir == NULL) {
ret = ENOMEM;
return ENOMEM;
}

data_dir = path_datadir_append(mem_ctx, subdir);
Expand Down

0 comments on commit f7b2e5e

Please sign in to comment.