summaryrefslogtreecommitdiff
path: root/source3/torture
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture')
-rw-r--r--source3/torture/samtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/samtest.c b/source3/torture/samtest.c
index d3268d8b5b..17444c0757 100644
--- a/source3/torture/samtest.c
+++ b/source3/torture/samtest.c
@@ -249,7 +249,7 @@ static NTSTATUS do_cmd(struct samtest_state *st, struct cmd_set *cmd_entry, char
if (mem_ctx == NULL) {
/* Create mem_ctx */
- if (!(mem_ctx = talloc_init())) {
+ if (!(mem_ctx = talloc_init("do_cmd"))) {
DEBUG(0, ("talloc_init() failed\n"));
goto done;
}