summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/lsa.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-08 23:02:48 +0200
committerGünther Deschner <gd@samba.org>2008-04-08 23:02:48 +0200
commitb1590027999317463bad3ccaf22823a7aae6ce02 (patch)
tree80283aff8929d21c94b3391ec98926b3027921b8 /source3/librpc/idl/lsa.idl
parentaa95d6a167ee21cb8df10d94f4ecdeec9e78719d (diff)
downloadsamba-b1590027999317463bad3ccaf22823a7aae6ce02.tar.gz
samba-b1590027999317463bad3ccaf22823a7aae6ce02.tar.bz2
samba-b1590027999317463bad3ccaf22823a7aae6ce02.zip
Fix IDL for lsa_LookupPrivName.
Guenther (This used to be commit 7b56a4bcf23f124fc9530fe1401add094f25fb28)
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 994553f2bf..cb16f64dab 100644
--- a/source3/librpc/idl/lsa.idl
+++ b/source3/librpc/idl/lsa.idl
@@ -677,8 +677,8 @@ import "security.idl";
/* Function: 0x20 */
NTSTATUS lsa_LookupPrivName (
[in] policy_handle *handle,
- [in] lsa_LUID *luid,
- [out,unique] lsa_StringLarge *name
+ [in,ref] lsa_LUID *luid,
+ [out,ref] lsa_StringLarge **name
);