diff options
author | Günther Deschner <gd@samba.org> | 2008-04-08 22:57:16 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-08 22:57:16 +0200 |
commit | 657365145b345d59652da442722e471a0f8fc1b7 (patch) | |
tree | 9c6df9a925d2f1c70d1f3143e6647cc255ad8201 /source3/librpc | |
parent | 81579895a64129635dcbefa8d4b672fa6470fc42 (diff) | |
download | samba-657365145b345d59652da442722e471a0f8fc1b7.tar.gz samba-657365145b345d59652da442722e471a0f8fc1b7.tar.xz samba-657365145b345d59652da442722e471a0f8fc1b7.zip |
Fix IDL for lsa_QueryTrustedDomainInfo.
Guenther
(This used to be commit a064d000969233cf517f2e47b890d4e983c957ad)
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/lsa.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index 531b754ed4..994553f2bf 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -630,8 +630,8 @@ import "security.idl"; /* Function: 0x1a */ NTSTATUS lsa_QueryTrustedDomainInfo( [in] policy_handle *trustdom_handle, - [in] lsa_TrustDomInfoEnum level, - [out,switch_is(level),unique] lsa_TrustedDomainInfo *info + [in] lsa_TrustDomInfoEnum level, + [out,switch_is(level),ref] lsa_TrustedDomainInfo **info ); /* Function: 0x1b */ |