summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-21 13:03:49 +0200
committerGünther Deschner <gd@samba.org>2008-10-27 19:33:23 +0100
commit8e622f57e705e92095d0f1079618366fd82f80f8 (patch)
tree940a1e32086f72808fc67d2104c1d63aa0c9b0a6 /source4/librpc
parentea886864190e7d3bb9f58260ec854489c4642c86 (diff)
downloadsamba-8e622f57e705e92095d0f1079618366fd82f80f8.tar.gz
samba-8e622f57e705e92095d0f1079618366fd82f80f8.tar.bz2
samba-8e622f57e705e92095d0f1079618366fd82f80f8.zip
s4-lsa: merge lsa_QueryDomainInformationPolicy from s3 lsa idl.
Guenther
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/lsa.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl
index 9af5fcffd4..52701211f6 100644
--- a/source4/librpc/idl/lsa.idl
+++ b/source4/librpc/idl/lsa.idl
@@ -974,7 +974,7 @@ import "misc.idl", "security.idl";
NTSTATUS lsa_QueryDomainInformationPolicy(
[in] policy_handle *handle,
[in] uint16 level,
- [out,unique,switch_is(level)] lsa_DomainInformationPolicy *info
+ [out,ref,switch_is(level)] lsa_DomainInformationPolicy **info
);
/* Function 0x36 */