summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-29 00:16:08 +0100
committerGünther Deschner <gd@samba.org>2008-10-29 08:57:51 +0100
commit8f52c33401f0cd12184335507271ae9141618679 (patch)
treeb59669f8aade5116ebd07b477c0039c5c9f52a4a /source4
parentef37351f1846f042d132a3c54235291ed3311f11 (diff)
downloadsamba-8f52c33401f0cd12184335507271ae9141618679.tar.gz
samba-8f52c33401f0cd12184335507271ae9141618679.tar.bz2
samba-8f52c33401f0cd12184335507271ae9141618679.zip
s4-netlogon: merge netr_DatabaseRedo from s3 idl.
Guenther
Diffstat (limited to 'source4')
-rw-r--r--source4/librpc/idl/netlogon.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl
index e6ac70a863..1c25ecbd13 100644
--- a/source4/librpc/idl/netlogon.idl
+++ b/source4/librpc/idl/netlogon.idl
@@ -959,10 +959,10 @@ interface netlogon
[in] [string,charset(UTF16)] uint16 logon_server[],
[in] [string,charset(UTF16)] uint16 computername[],
[in] netr_Authenticator credential,
- [in,out] netr_Authenticator return_authenticator,
+ [in,out,ref] netr_Authenticator *return_authenticator,
[in,unique][size_is(change_log_entry_size)] uint8 *change_log_entry,
[in] uint32 change_log_entry_size,
- [out,unique] netr_DELTA_ENUM_ARRAY *delta_enum_array
+ [out,ref] netr_DELTA_ENUM_ARRAY *delta_enum_array
);