diff options
author | Günther Deschner <gd@samba.org> | 2008-04-08 23:02:48 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-08 23:02:48 +0200 |
commit | b1590027999317463bad3ccaf22823a7aae6ce02 (patch) | |
tree | 80283aff8929d21c94b3391ec98926b3027921b8 /source3/librpc | |
parent | aa95d6a167ee21cb8df10d94f4ecdeec9e78719d (diff) | |
download | samba-b1590027999317463bad3ccaf22823a7aae6ce02.tar.gz samba-b1590027999317463bad3ccaf22823a7aae6ce02.tar.xz samba-b1590027999317463bad3ccaf22823a7aae6ce02.zip |
Fix IDL for lsa_LookupPrivName.
Guenther
(This used to be commit 7b56a4bcf23f124fc9530fe1401add094f25fb28)
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/lsa.idl | 4 |
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 ); |