1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s4-smbtorture: fix segfault in RPC-SAMLOGON test.

Use torture_context when calling test_ChangePasswordUser3.

Guenther
This commit is contained in:
Günther Deschner 2008-11-01 01:37:31 +01:00
parent bb6681ef9d
commit 7ca8be1384

View File

@ -1567,7 +1567,7 @@ bool torture_rpc_samlogon(struct torture_context *torture)
old_user_password = user_password;
test_ChangePasswordUser3(torture_join_samr_pipe(user_ctx), mem_ctx,
test_ChangePasswordUser3(torture_join_samr_pipe(user_ctx), torture,
TEST_USER_NAME, 16 /* > 14 */, &user_password,
NULL, 0, false);