From b1590027999317463bad3ccaf22823a7aae6ce02 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 8 Apr 2008 23:02:48 +0200 Subject: Fix IDL for lsa_LookupPrivName. Guenther (This used to be commit 7b56a4bcf23f124fc9530fe1401add094f25fb28) --- source3/librpc/idl/lsa.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/librpc/idl') 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 ); -- cgit