diff options
Diffstat (limited to 'source4/torture/rpc/samlogon.c')
-rw-r--r-- | source4/torture/rpc/samlogon.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/rpc/samlogon.c b/source4/torture/rpc/samlogon.c index c8386a6c6e..28f6424ad3 100644 --- a/source4/torture/rpc/samlogon.c +++ b/source4/torture/rpc/samlogon.c @@ -1525,7 +1525,8 @@ BOOL torture_rpc_samlogon(struct torture_context *torture) old_user_password = user_password; test_ChangePasswordUser3(torture_join_samr_pipe(user_ctx), mem_ctx, - TEST_USER_NAME, 16 /* > 14 */, &user_password); + TEST_USER_NAME, 16 /* > 14 */, &user_password, + NULL, 0, False); status = dcerpc_parse_binding(mem_ctx, binding, &b); if (!NT_STATUS_IS_OK(status)) { |