summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-20 22:39:06 +0200
committerGünther Deschner <gd@samba.org>2008-10-27 19:33:21 +0100
commit4ee7b58e0ab53921c9d16a18a58f04d70410924f (patch)
tree19e9c88d75d71ea453bf530f47589c703420eacc /source4/librpc
parentb881d2ee78f685aea7ae8b67b3e0fb3c4f5205ed (diff)
downloadsamba-4ee7b58e0ab53921c9d16a18a58f04d70410924f.tar.gz
samba-4ee7b58e0ab53921c9d16a18a58f04d70410924f.tar.bz2
samba-4ee7b58e0ab53921c9d16a18a58f04d70410924f.zip
s4-lsa: merge lsa_QuerySecurity from s3 lsa idl.
Guenther
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/lsa.idl8
1 files changed, 3 insertions, 5 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl
index 4a7a42b4dc..45206a6fda 100644
--- a/source4/librpc/idl/lsa.idl
+++ b/source4/librpc/idl/lsa.idl
@@ -91,14 +91,12 @@ import "misc.idl", "security.idl";
/******************/
/* Function: 0x03 */
-
NTSTATUS lsa_QuerySecurity (
- [in] policy_handle *handle,
- [in] security_secinfo sec_info,
- [out,unique] sec_desc_buf *sdbuf
+ [in] policy_handle *handle,
+ [in] security_secinfo sec_info,
+ [out,ref] sec_desc_buf **sdbuf
);
-
/******************/
/* Function: 0x04 */
NTSTATUS lsa_SetSecObj(