summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-08 17:58:52 +0100
committerGünther Deschner <gd@samba.org>2008-02-08 22:56:26 +0100
commit14774d17ecefcc0fd5e39a77fa8d505a9ed5f541 (patch)
tree11c3d0a6f5b13e4e37cdccef3d226db8b6897370 /source3/librpc
parent7a425d69dd0953620a6fe289d52ba4ad673a6d97 (diff)
downloadsamba-14774d17ecefcc0fd5e39a77fa8d505a9ed5f541.tar.gz
samba-14774d17ecefcc0fd5e39a77fa8d505a9ed5f541.tar.bz2
samba-14774d17ecefcc0fd5e39a77fa8d505a9ed5f541.zip
Fix IDL for lsa_QueryTrustedDomainInfoByName.
Guenther (This used to be commit 1a84985e0267b82318cfab4cb32a9d5a48e551a9)
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/lsa.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl
index 9db4c83211..df1da31c97 100644
--- a/source3/librpc/idl/lsa.idl
+++ b/source3/librpc/idl/lsa.idl
@@ -771,10 +771,10 @@ import "security.idl";
/**********************/
/* Function 0x30 */
NTSTATUS lsa_QueryTrustedDomainInfoByName(
- [in] policy_handle *handle,
- [in] lsa_String trusted_domain,
- [in] lsa_TrustDomInfoEnum level,
- [out,unique,switch_is(level)] lsa_TrustedDomainInfo *info
+ [in] policy_handle *handle,
+ [in,ref] lsa_String *trusted_domain,
+ [in] lsa_TrustDomInfoEnum level,
+ [out,ref,switch_is(level)] lsa_TrustedDomainInfo *info
);
/**********************/