summaryrefslogtreecommitdiff
path: root/source3/include/rpc_lsa.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-01-11 22:51:54 +0000
committerTim Potter <tpot@samba.org>2001-01-11 22:51:54 +0000
commite882d144a0fa16ec2d32fcf59768fd624a19f0c2 (patch)
treeb5c2534ad960d291413f43c99982f2e8d4db7da3 /source3/include/rpc_lsa.h
parentfc659e07d0cd87c9ed23d5a9b74c33bbbbd96df5 (diff)
downloadsamba-e882d144a0fa16ec2d32fcf59768fd624a19f0c2.tar.gz
samba-e882d144a0fa16ec2d32fcf59768fd624a19f0c2.tar.bz2
samba-e882d144a0fa16ec2d32fcf59768fd624a19f0c2.zip
Merge of various fixes from the tng headers.
(This used to be commit a6d4aad391d2a9e38cbb28d9ddc3e4ff454a759d)
Diffstat (limited to 'source3/include/rpc_lsa.h')
-rw-r--r--source3/include/rpc_lsa.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h
index 53bb605cac..90c5786a38 100644
--- a/source3/include/rpc_lsa.h
+++ b/source3/include/rpc_lsa.h
@@ -190,12 +190,12 @@ typedef struct lsa_r_enum_trust_dom_info
uint32 ptr_enum_domains; /* buffer pointer to num domains */
/* this lot is only added if ptr_enum_domains is non-NULL */
- uint32 num_domains2; /* number of domains */
- UNIHDR2 hdr_domain_name;
- UNISTR2 uni_domain_name;
- DOM_SID2 other_domain_sid;
+ uint32 num_domains2; /* number of domains */
+ UNIHDR2 *hdr_domain_name;
+ UNISTR2 *uni_domain_name;
+ DOM_SID2 *domain_sid;
- uint32 status; /* return code */
+ uint32 status; /* return code */
} LSA_R_ENUM_TRUST_DOM;