summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-08-21 15:01:36 +0200
committerGünther Deschner <gd@samba.org>2008-08-21 15:06:26 +0200
commitdec6bc8f4487f99143a248acec33b896ce68e44d (patch)
tree8063e5062566fcf8e38f4f0f55ce08520f249280
parent0a909f4861d8bc8609b87914e4fd57e241b481d6 (diff)
downloadsamba-dec6bc8f4487f99143a248acec33b896ce68e44d.tar.gz
samba-dec6bc8f4487f99143a248acec33b896ce68e44d.tar.bz2
samba-dec6bc8f4487f99143a248acec33b896ce68e44d.zip
IDL: fix IDL for netr_ServerPasswordSet2().
Guenther (This used to be commit 7b312a0abc6de5a51555ccfbde7f8f78fc11d043)
-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 98cf1e7d32..74535fc073 100644
--- a/source3/librpc/idl/netlogon.idl
+++ b/source3/librpc/idl/netlogon.idl
@@ -1182,9 +1182,9 @@ interface netlogon
[in] [string,charset(UTF16)] uint16 account_name[],
[in] netr_SchannelType secure_channel_type,
[in] [string,charset(UTF16)] uint16 computer_name[],
- [in] netr_Authenticator credential,
- [in] netr_CryptPassword new_password,
- [out,ref] netr_Authenticator *return_authenticator
+ [in,ref] netr_Authenticator *credential,
+ [out,ref] netr_Authenticator *return_authenticator,
+ [in,ref] netr_CryptPassword *new_password
);
/****************/