summaryrefslogtreecommitdiff
path: root/source4/torture/smbtorture.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-04-24 14:27:36 -0700
committerJeremy Allison <jra@samba.org>2017-05-05 15:52:11 +0200
commit1d6667381cfe568be2a0731225a6fed332343dc8 (patch)
treedabf3ee18bf7ff3e4c934d10084a2820f0e0579c /source4/torture/smbtorture.c
parent6341d3d59f2cee3478e02eb0a6f6c96f31bda513 (diff)
downloadsamba-1d6667381cfe568be2a0731225a6fed332343dc8.tar.gz
s4: torture: Pass the new talloc context into torture_init().
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org>
Diffstat (limited to 'source4/torture/smbtorture.c')
-rw-r--r--source4/torture/smbtorture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c
index 13fe203ff64..622f3eb15ea 100644
--- a/source4/torture/smbtorture.c
+++ b/source4/torture/smbtorture.c
@@ -584,7 +584,7 @@ int main(int argc, const char *argv[])
}
}
} else {
- torture_init();
+ torture_init(mem_ctx);
}
if (list_testsuites) {