summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-15 01:18:47 +0100
committerGünther Deschner <gd@samba.org>2008-02-15 14:07:56 +0100
commitb757512d16cb61fbbeac633fda3e8593cf746c86 (patch)
treede1fd1e37ec90f5644f797265a1849c569471650 /source3/librpc
parent99f1806af994dad5923c9e94b4a83ca094f991a4 (diff)
downloadsamba-b757512d16cb61fbbeac633fda3e8593cf746c86.tar.gz
samba-b757512d16cb61fbbeac633fda3e8593cf746c86.tar.bz2
samba-b757512d16cb61fbbeac633fda3e8593cf746c86.zip
Fix IDL for netr_DatabaseSync2.
Guenther (This used to be commit 6355a8ee9789b8a30b00876835c22a724e637cf1)
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/netlogon.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl
index e79096269f..60bf075ddf 100644
--- a/source3/librpc/idl/netlogon.idl
+++ b/source3/librpc/idl/netlogon.idl
@@ -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
);