diff options
Diffstat (limited to 'source4/torture/torture_util.c')
-rw-r--r-- | source4/torture/torture_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/torture_util.c b/source4/torture/torture_util.c index de93d6731f..3df1f3be41 100644 --- a/source4/torture/torture_util.c +++ b/source4/torture/torture_util.c @@ -363,7 +363,7 @@ NTSTATUS torture_check_ea(struct smbcli_state *cli, union smb_fileinfo info; NTSTATUS status; struct ea_name ea; - TALLOC_CTX *mem_ctx = talloc(cli, 0); + TALLOC_CTX *mem_ctx = talloc_new(cli); info.ea_list.level = RAW_FILEINFO_EA_LIST; info.ea_list.file.fname = fname; |