summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-14 15:02:59 +0100
committerGünther Deschner <gd@samba.org>2008-02-14 15:02:59 +0100
commit235efc0ede0a4951f4f6c4714e1bfd123d0816bd (patch)
treec8ba47ae2289277f1de67e1a6b1ce871a55b97d8 /source3
parent41b574783d4bdb86ee5c4a826d85705786948843 (diff)
downloadsamba-235efc0ede0a4951f4f6c4714e1bfd123d0816bd.tar.gz
samba-235efc0ede0a4951f4f6c4714e1bfd123d0816bd.tar.bz2
samba-235efc0ede0a4951f4f6c4714e1bfd123d0816bd.zip
Fix IDL for lsa_EnumAccountRights.
Guenther (This used to be commit ef9b65dd115591d8976f0248cf1c639fd05c03d7)
Diffstat (limited to 'source3')
-rw-r--r--source3/librpc/idl/lsa.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl
index df948bc68e..aad9c3b9a1 100644
--- a/source3/librpc/idl/lsa.idl
+++ b/source3/librpc/idl/lsa.idl
@@ -688,8 +688,8 @@ import "security.idl";
NTSTATUS lsa_EnumAccountRights (
[in] policy_handle *handle,
- [in] dom_sid2 *sid,
- [out] lsa_RightSet *rights
+ [in,ref] dom_sid2 *sid,
+ [out,ref] lsa_RightSet *rights
);