From d38e5d18a7ad5db0ace78afe3b42ec5f5174752b Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Mon, 18 May 2009 18:31:46 -0700 Subject: [PATCH] s4 torture: Fix typo --- source4/torture/rpc/samr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index f853195bbe2..692dddf73b9 100644 --- a/source4/torture/rpc/samr.c +++ b/source4/torture/rpc/samr.c @@ -6452,7 +6452,7 @@ static bool torture_rpc_samr_pwdlastset(struct torture_context *torture, struct torture_suite *torture_rpc_samr_passwords_pwdlastset(TALLOC_CTX *mem_ctx) { - struct torture_suite *suite = torture_suite_create(nmem_ctx, "SAMR-PASSWORDS-PWDLASTSET"); + struct torture_suite *suite = torture_suite_create(mem_ctx, "SAMR-PASSWORDS-PWDLASTSET"); struct torture_rpc_tcase *tcase; tcase = torture_suite_add_machine_rpc_iface_tcase(suite, "samr", -- 2.11.4.GIT