From 3af3e4843fbcfcc35594e0c681f4713ebb5b76e4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 15 Jul 2011 17:26:16 +0200 Subject: lsa: rename auth info argument in lsa_CreateTrustedDomainEx2 Guenther --- source4/torture/rpc/forest_trust.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/rpc/forest_trust.c') diff --git a/source4/torture/rpc/forest_trust.c b/source4/torture/rpc/forest_trust.c index 5e3efeba5f..1c5c177497 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 */ -- cgit