From: Günther Deschner Date: Wed, 13 Feb 2008 11:29:24 +0000 (+0100) Subject: Fix IDL for netr_LogonControl2. X-Git-Tag: samba-3.2.0pre2~37^2~224 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d16af5105d307ebb88190176d7f89971d0f40351;p=thirdparty%2Fsamba.git Fix IDL for netr_LogonControl2. Guenther --- diff --git a/source/librpc/idl/netlogon.idl b/source/librpc/idl/netlogon.idl index ae168848960..25118bc816d 100644 --- a/source/librpc/idl/netlogon.idl +++ b/source/librpc/idl/netlogon.idl @@ -834,7 +834,7 @@ interface netlogon [in,unique] [string,charset(UTF16)] uint16 *logon_server, [in] uint32 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 );