]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix IDL for netr_DatabaseDeltas.
authorGünther Deschner <gd@samba.org>
Fri, 15 Feb 2008 00:23:59 +0000 (01:23 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 15 Feb 2008 13:04:28 +0000 (14:04 +0100)
Guenther

source/librpc/idl/netlogon.idl

index 7f977a454b8980584c74091b79e046e1a40d827f..e79096269f21046bfadb266065ec782557a4fe86 100644 (file)
@@ -680,12 +680,12 @@ interface netlogon
        NTSTATUS netr_DatabaseDeltas(
                [in]      [string,charset(UTF16)] uint16 logon_server[],
                [in]      [string,charset(UTF16)] uint16 computername[],
-               [in]      netr_Authenticator credential,
+               [in,ref]  netr_Authenticator *credential,
                [in,out,ref]  netr_Authenticator *return_authenticator,
                [in]      netr_SamDatabaseID database_id,
                [in,out,ref]  udlong *sequence_num,
-               [in]      uint32 preferredmaximumlength,
-               [out,ref]     netr_DELTA_ENUM_ARRAY *delta_enum_array
+               [out,ref]     netr_DELTA_ENUM_ARRAY **delta_enum_array,
+               [in]      uint32 preferredmaximumlength
                );