From: Günther Deschner Date: Sat, 16 Feb 2008 12:57:12 +0000 (+0100) Subject: Fix IDL for netr_LogonSamLogon. X-Git-Tag: samba-3.2.0pre2~37^2~160^2~179 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=188b81b3e053bbcb01bb13d9f185a45b75ac6365;p=thirdparty%2Fsamba.git Fix IDL for netr_LogonSamLogon. Guenther --- diff --git a/source/librpc/idl/netlogon.idl b/source/librpc/idl/netlogon.idl index e5e789c965f..be95652eb30 100644 --- a/source/librpc/idl/netlogon.idl +++ b/source/librpc/idl/netlogon.idl @@ -245,7 +245,7 @@ interface netlogon [in,unique] netr_Authenticator *credential, [in,out,unique] netr_Authenticator *return_authenticator, [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