summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-08-21 15:01:36 +0200
committerKarolin Seeger <kseeger@samba.org>2008-08-22 23:30:47 +0200
commit7a53e1e83a070394f77da4a0f7b2ed480165c376 (patch)
tree3b36a40307a1a4efa3a1f7951e870d6c7bf0f37f
parent3c205320cd1eb19ed275572f975487e92c611f13 (diff)
downloadsamba-7a53e1e83a070394f77da4a0f7b2ed480165c376.tar.gz
IDL: fix IDL for netr_ServerPasswordSet2().
Guenther (cherry picked from commit 7b312a0abc6de5a51555ccfbde7f8f78fc11d043) (cherry picked from commit d9fa27a079dde0ebd9c2d6dc1c1bff3ae570f9e8)
-rw-r--r--source/librpc/idl/netlogon.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/librpc/idl/netlogon.idl b/source/librpc/idl/netlogon.idl
index 98cf1e7d320..74535fc0732 100644
--- a/source/librpc/idl/netlogon.idl
+++ b/source/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
);
/****************/