summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/forest_trust.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-07-15 17:26:16 +0200
committerGünther Deschner <gd@samba.org>2011-07-15 17:55:20 +0200
commit3af3e4843fbcfcc35594e0c681f4713ebb5b76e4 (patch)
tree44dc56af5302e4834a14b150ad6a36a0a7afca38 /source4/torture/rpc/forest_trust.c
parent7acc1a7a2f56627a2f5e4eed2fbfb14a16ecd649 (diff)
downloadsamba-3af3e4843fbcfcc35594e0c681f4713ebb5b76e4.tar.gz
lsa: rename auth info argument in lsa_CreateTrustedDomainEx2
Guenther
Diffstat (limited to 'source4/torture/rpc/forest_trust.c')
-rw-r--r--source4/torture/rpc/forest_trust.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/forest_trust.c b/source4/torture/rpc/forest_trust.c
index 5e3efeba5f8..1c5c1774972 100644
--- a/source4/torture/rpc/forest_trust.c
+++ b/source4/torture/rpc/forest_trust.c
@@ -122,7 +122,7 @@ static bool test_create_trust_and_set_info(struct dcerpc_pipe *p,
r.in.policy_handle = handle;
r.in.info = &trustinfo;
- r.in.auth_info = authinfo;
+ r.in.auth_info_internal = authinfo;
/* LSA_TRUSTED_QUERY_DOMAIN_NAME is needed for for following
* QueryTrustedDomainInfo call, although it seems that Windows does not
* expect this */