summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-21 02:11:54 +0200
committerGünther Deschner <gd@samba.org>2008-10-27 19:33:22 +0100
commitea6b4865ea292e36f7c8b2b645c08886ed50fe2b (patch)
tree7a5f9dac48bd31eb787af9f0b8e9fc6f86d014db /source4/librpc
parent95c69caef6d4e1a680b88f07f14a62475e720059 (diff)
downloadsamba-ea6b4865ea292e36f7c8b2b645c08886ed50fe2b.tar.gz
samba-ea6b4865ea292e36f7c8b2b645c08886ed50fe2b.tar.bz2
samba-ea6b4865ea292e36f7c8b2b645c08886ed50fe2b.zip
s4-lsa: merge lsa_EnumPrivsAccount from s3 lsa idl.
Guenther
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/lsa.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl
index c8cbab5bcc..00e2e7753b 100644
--- a/source4/librpc/idl/lsa.idl
+++ b/source4/librpc/idl/lsa.idl
@@ -483,9 +483,9 @@ import "misc.idl", "security.idl";
[size_is(count)] lsa_LUIDAttribute set[*];
} lsa_PrivilegeSet;
- NTSTATUS lsa_EnumPrivsAccount (
+ NTSTATUS lsa_EnumPrivsAccount(
[in] policy_handle *handle,
- [out,unique] lsa_PrivilegeSet *privs
+ [out,ref] lsa_PrivilegeSet **privs
);