Fix IDL for netr_DatabaseSync2.
authorGünther Deschner <gd@samba.org>
Fri, 15 Feb 2008 00:18:47 +0000 (01:18 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 15 Feb 2008 13:07:56 +0000 (14:07 +0100)
Guenther
(This used to be commit 6355a8ee9789b8a30b00876835c22a724e637cf1)

source3/librpc/idl/netlogon.idl

index e79096269f21046bfadb266065ec782557a4fe86..60bf075ddf8b2670c714d423de0a4222590fb8fb 100644 (file)
@@ -865,13 +865,13 @@ interface netlogon
        NTSTATUS netr_DatabaseSync2(
                [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]     netr_SamDatabaseID database_id,
                [in]     uint16 restart_state,
                [in,out,ref] uint32 *sync_context,
-               [in]     uint32 preferredmaximumlength,
-               [out,ref]    netr_DELTA_ENUM_ARRAY *delta_enum_array
+               [out,ref]    netr_DELTA_ENUM_ARRAY **delta_enum_array,
+               [in]     uint32 preferredmaximumlength
                );