summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-14 01:51:15 +0100
committerGünther Deschner <gd@samba.org>2008-02-14 01:54:37 +0100
commitba33ff8e63e80096a5c2c787dcc5b8b841f44ba4 (patch)
tree603cf2207d23291c90407a2326af25f50678fb4e /source3
parentd69d58664c7bc2a2815b4e7c5a6d61646a5bf0ff (diff)
downloadsamba-ba33ff8e63e80096a5c2c787dcc5b8b841f44ba4.tar.gz
samba-ba33ff8e63e80096a5c2c787dcc5b8b841f44ba4.tar.bz2
samba-ba33ff8e63e80096a5c2c787dcc5b8b841f44ba4.zip
Fix IDL for lsa_EnumPrivsAccount.
Guenther (This used to be commit 369df93875c501af460d87b67bb5e919f7741a69)
Diffstat (limited to 'source3')
-rw-r--r--source3/librpc/idl/lsa.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl
index 6eb96a8b26..390debc505 100644
--- a/source3/librpc/idl/lsa.idl
+++ b/source3/librpc/idl/lsa.idl
@@ -453,7 +453,7 @@ import "security.idl";
NTSTATUS lsa_EnumPrivsAccount (
[in] policy_handle *handle,
- [out,unique] lsa_PrivilegeSet *privs
+ [out,ref] lsa_PrivilegeSet **privs
);