summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/netlogon.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-03-09 13:18:38 +0100
committerGünther Deschner <gd@samba.org>2015-03-12 17:13:43 +0100
commit4810f47c44b86b4d33a067c2a5e7ed56bf7e58ae (patch)
tree4b558df7131c2027163bd89235423b46e07d39bf /source4/torture/rpc/netlogon.c
parent19e4a101dbeee251cfe7e63f3febcb2075065b36 (diff)
downloadsamba-4810f47c44b86b4d33a067c2a5e7ed56bf7e58ae.tar.gz
netlogon.idl: improve idl for netr_ServerTrustPasswordsGet()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'source4/torture/rpc/netlogon.c')
-rw-r--r--source4/torture/rpc/netlogon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/rpc/netlogon.c b/source4/torture/rpc/netlogon.c
index a2450cf1c25..eb9afd011c5 100644
--- a/source4/torture/rpc/netlogon.c
+++ b/source4/torture/rpc/netlogon.c
@@ -781,8 +781,8 @@ static bool test_GetTrustPasswords(struct torture_context *tctx,
r.in.computer_name = TEST_MACHINE_NAME;
r.in.credential = &credential;
r.out.return_authenticator = &return_authenticator;
- r.out.password = &password;
- r.out.password2 = &password2;
+ r.out.new_owf_password = &password;
+ r.out.old_owf_password = &password2;
torture_assert_ntstatus_ok(tctx, dcerpc_netr_ServerTrustPasswordsGet_r(b, tctx, &r),
"ServerTrustPasswordsGet failed");