summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-08-27 10:36:51 +0200
committerKarolin Seeger <kseeger@samba.org>2008-08-27 10:36:51 +0200
commit2382ef310073e9c9a3a15bff987d7baf8f158ff4 (patch)
treeb50a138c56dba9eb81606562f372d195ac8f0a31
parentad7687ff02465e5ca5e0f8c1f49d572eaea1b31a (diff)
downloadsamba-2382ef310073e9c9a3a15bff987d7baf8f158ff4.tar.gz
Revert "IDL: fix IDL for netr_ServerPasswordSet2()."
This reverts commit 7a53e1e83a070394f77da4a0f7b2ed480165c376.
-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 74535fc0732..98cf1e7d320 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,ref] netr_Authenticator *credential,
- [out,ref] netr_Authenticator *return_authenticator,
- [in,ref] netr_CryptPassword *new_password
+ [in] netr_Authenticator credential,
+ [in] netr_CryptPassword new_password,
+ [out,ref] netr_Authenticator *return_authenticator
);
/****************/