diff options
author | Günther Deschner <gd@samba.org> | 2008-10-21 10:33:27 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-27 19:33:22 +0100 |
commit | 36725ec0b4b5fae83404d9b8d97252d0606989fc (patch) | |
tree | b9524bf0ecb2934be4d0d945920fcbfc607f1469 /source4/librpc | |
parent | 7c3d1dd8a978d0cdde74e054e6b3658323b09649 (diff) | |
download | samba-36725ec0b4b5fae83404d9b8d97252d0606989fc.tar.gz samba-36725ec0b4b5fae83404d9b8d97252d0606989fc.tar.bz2 samba-36725ec0b4b5fae83404d9b8d97252d0606989fc.zip |
s4-lsa: merge lsa_QueryTrustedDomainInfo from s3 idl.
Guenther
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 9cc39d8d2e..3803100785 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -716,7 +716,7 @@ import "misc.idl", "security.idl"; NTSTATUS lsa_QueryTrustedDomainInfo( [in] policy_handle *trustdom_handle, [in] lsa_TrustDomInfoEnum level, - [out,switch_is(level),unique] lsa_TrustedDomainInfo *info + [out,switch_is(level),ref] lsa_TrustedDomainInfo **info ); /* Function: 0x1b */ |