From: Günther Deschner Date: Sat, 16 Feb 2008 12:58:38 +0000 (+0100) Subject: Fix IDL for netr_LogonSamLogonEx. X-Git-Tag: samba-3.2.0pre2~37^2~160^2~178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6564d78c4504c0191c25dba03c381a8b3591aab5;p=thirdparty%2Fsamba.git Fix IDL for netr_LogonSamLogonEx. Guenther --- diff --git a/source/librpc/idl/netlogon.idl b/source/librpc/idl/netlogon.idl index be95652eb30..6095160ec7a 100644 --- a/source/librpc/idl/netlogon.idl +++ b/source/librpc/idl/netlogon.idl @@ -1256,7 +1256,7 @@ interface netlogon [in,unique] [string,charset(UTF16)] uint16 *server_name, [in,unique] [string,charset(UTF16)] uint16 *computer_name, [in] uint16 logon_level, - [in] [switch_is(logon_level)] netr_LogonLevel logon, + [in,ref] [switch_is(logon_level)] netr_LogonLevel *logon, [in] uint16 validation_level, [out,ref] [switch_is(validation_level)] netr_Validation *validation, [out,ref] uint8 *authoritative,