From: Günther Deschner Date: Fri, 12 Dec 2008 21:55:33 +0000 (+0100) Subject: netlogon: fix IDL for netr_LogonControl2Ex. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=7317bc1eba18fe1e06186ccd14198d7561383c4f;p=metze%2Fsamba%2Fwip.git netlogon: fix IDL for netr_LogonControl2Ex. Guenther --- diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index 1df5f66c67d6..c08ef1b636c4 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -1021,9 +1021,9 @@ interface netlogon WERROR netr_LogonControl2Ex( [in,unique] [string,charset(UTF16)] uint16 *logon_server, - [in] uint32 function_code, + [in] netr_LogonControlCode function_code, [in] uint32 level, - [in][switch_is(function_code)] netr_CONTROL_DATA_INFORMATION data, + [in,ref][switch_is(function_code)] netr_CONTROL_DATA_INFORMATION *data, [out,ref][switch_is(level)] netr_CONTROL_QUERY_INFORMATION *query );