diff options
author | Tim Prouty <tprouty@samba.org> | 2009-05-18 18:31:46 -0700 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-05-18 18:31:46 -0700 |
commit | d38e5d18a7ad5db0ace78afe3b42ec5f5174752b (patch) | |
tree | 267a5d5c79ec2a1b77d4d844b13c8fdd048a5371 /source4 | |
parent | c3bc83314080cd5296f55fa30a8d406593877636 (diff) | |
download | samba-d38e5d18a7ad5db0ace78afe3b42ec5f5174752b.tar.gz samba-d38e5d18a7ad5db0ace78afe3b42ec5f5174752b.tar.bz2 samba-d38e5d18a7ad5db0ace78afe3b42ec5f5174752b.zip |
s4 torture: Fix typo
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/rpc/samr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index f853195bbe..692dddf73b 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", |