netlogon: fix IDL for netr_DatabaseRedo.
authorGünther Deschner <gd@samba.org>
Thu, 30 Oct 2008 08:29:17 +0000 (09:29 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 4 Nov 2008 01:45:36 +0000 (02:45 +0100)
Guenther

librpc/idl/netlogon.idl

index c89cf37ee7104bcaf684b684e9a93042b4d08ffc..0561f5becde8227e191b31b77bbc3f8f853228a5 100644 (file)
@@ -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
                );