From: Günther Deschner Date: Thu, 14 Feb 2008 12:09:54 +0000 (+0100) Subject: Fix IDL for lsa_LookupPrivValue. X-Git-Tag: samba-3.2.0pre2~37^2~198 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05386f70566e272247ed917b51d712054196ebcb;p=thirdparty%2Fsamba.git Fix IDL for lsa_LookupPrivValue. Guenther --- diff --git a/source/librpc/idl/lsa.idl b/source/librpc/idl/lsa.idl index 390debc5050..ffad802ecdb 100644 --- a/source/librpc/idl/lsa.idl +++ b/source/librpc/idl/lsa.idl @@ -637,8 +637,8 @@ import "security.idl"; /* Function: 0x1f */ NTSTATUS lsa_LookupPrivValue( [in] policy_handle *handle, - [in] lsa_String *name, - [out] lsa_LUID *luid + [in,ref] lsa_String *name, + [out,ref] lsa_LUID *luid );