From: Günther Deschner Date: Thu, 30 Oct 2008 08:29:17 +0000 (+0100) Subject: netlogon: fix IDL for netr_DatabaseRedo. X-Git-Tag: samba-4.0.0alpha6~515 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9dd4abd780db9f6a219bd01b774836ea37b08221;p=thirdparty%2Fsamba.git netlogon: fix IDL for netr_DatabaseRedo. Guenther --- diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index c89cf37ee71..0561f5becde 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -961,11 +961,11 @@ interface netlogon NTSTATUS netr_DatabaseRedo( [in] [string,charset(UTF16)] uint16 logon_server[], [in] [string,charset(UTF16)] uint16 computername[], - [in] netr_Authenticator credential, + [in] netr_Authenticator *credential, [in,out,ref] netr_Authenticator *return_authenticator, - [in,unique][size_is(change_log_entry_size)] uint8 *change_log_entry, + [in,ref][size_is(change_log_entry_size)] uint8 *change_log_entry, [in] uint32 change_log_entry_size, - [out,ref] netr_DELTA_ENUM_ARRAY *delta_enum_array + [out,ref] netr_DELTA_ENUM_ARRAY **delta_enum_array );