summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-01 17:08:51 +0100
committerGünther Deschner <gd@samba.org>2008-02-01 23:34:50 +0100
commit46e0748cdfe687ffb8f2d3d050ddb011b1667a2d (patch)
tree861ba68899919a2751a4b1830e96daf41d91e8f3 /source3/librpc/idl
parent57ea4571402101915f2565133a374d9cd7c3ee51 (diff)
downloadsamba-46e0748cdfe687ffb8f2d3d050ddb011b1667a2d.tar.gz
samba-46e0748cdfe687ffb8f2d3d050ddb011b1667a2d.tar.bz2
samba-46e0748cdfe687ffb8f2d3d050ddb011b1667a2d.zip
Fix samr_QuerySecurity IDL.
Guenther (This used to be commit 0b4d39f4bddcbf372365b1ca7c1d1d2ba435299e)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/samr.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/samr.idl b/source3/librpc/idl/samr.idl
index 2c4fef5a7d..3a3eb26545 100644
--- a/source3/librpc/idl/samr.idl
+++ b/source3/librpc/idl/samr.idl
@@ -125,7 +125,7 @@ import "misc.idl", "lsa.idl", "security.idl";
NTSTATUS samr_QuerySecurity (
[in,ref] policy_handle *handle,
[in] security_secinfo sec_info,
- [out,ref] sec_desc_buf *sdbuf
+ [out,ref] sec_desc_buf **sdbuf
);
/******************/