summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-04 21:11:08 +0100
committerGünther Deschner <gd@samba.org>2008-02-04 22:12:40 +0100
commitb4102e53f1b0853c199e380f4e50a220875871a7 (patch)
tree60cfa4ab1147683aadb0dea6c0d3c33b59b48518 /source3/librpc
parent6a77f8d2d9333b33d4721a8b4043b5f58a9c0bb4 (diff)
downloadsamba-b4102e53f1b0853c199e380f4e50a220875871a7.tar.gz
samba-b4102e53f1b0853c199e380f4e50a220875871a7.tar.bz2
samba-b4102e53f1b0853c199e380f4e50a220875871a7.zip
Fix IDL for lsa_QuerySecurity().
Guenther (This used to be commit 33acd160c9c9a82aa39b2ed259e24bbe602d56c6)
Diffstat (limited to 'source3/librpc')
-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 8d26ec0aad..f326ddbb44 100644
--- a/source3/librpc/idl/lsa.idl
+++ b/source3/librpc/idl/lsa.idl
@@ -82,7 +82,7 @@ import "security.idl";
NTSTATUS lsa_QuerySecurity (
[in] policy_handle *handle,
[in] security_secinfo sec_info,
- [out,unique] sec_desc_buf *sdbuf
+ [out,ref] sec_desc_buf **sdbuf
);