summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/lsa.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-08 17:33:19 +0100
committerGünther Deschner <gd@samba.org>2008-02-08 22:43:08 +0100
commita83f6314b64f25a201e1d4fd4766c957d5ca1035 (patch)
treec1e81810759e161a34a0db1f3036493720c3061e /source3/librpc/idl/lsa.idl
parentef01ceff897555729f16ad6cc0c8bd0d504b4319 (diff)
downloadsamba-a83f6314b64f25a201e1d4fd4766c957d5ca1035.tar.gz
samba-a83f6314b64f25a201e1d4fd4766c957d5ca1035.tar.bz2
samba-a83f6314b64f25a201e1d4fd4766c957d5ca1035.zip
Fix IDL for lsa_OpenAccount.
Guenther (This used to be commit ad392fcf7847df151c2ba56668bfdd0bf1f93971)
Diffstat (limited to 'source3/librpc/idl/lsa.idl')
-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 fc36689a19..dc1d1a1264 100644
--- a/source3/librpc/idl/lsa.idl
+++ b/source3/librpc/idl/lsa.idl
@@ -431,9 +431,9 @@ import "security.idl";
/* Function: 0x11 */
NTSTATUS lsa_OpenAccount (
[in] policy_handle *handle,
- [in] dom_sid2 *sid,
+ [in,ref] dom_sid2 *sid,
[in] uint32 access_mask,
- [out] policy_handle *acct_handle
+ [out] policy_handle **acct_handle
);