diff options
Diffstat (limited to 'source4/torture/gentest.c')
-rw-r--r-- | source4/torture/gentest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/gentest.c b/source4/torture/gentest.c index d414863d82..71e5a8d8f9 100644 --- a/source4/torture/gentest.c +++ b/source4/torture/gentest.c @@ -1913,7 +1913,7 @@ static int run_test(void) current_op.opnum = op; current_op.name = gen_ops[which_op].name; current_op.status = NT_STATUS_OK; - current_op.mem_ctx = talloc_init(current_op.name); + current_op.mem_ctx = talloc_init("%s", current_op.name); ret = gen_ops[which_op].handler(instance); |