summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-13 16:46:23 +0100
committerGünther Deschner <gd@samba.org>2008-02-13 16:47:33 +0100
commit354a99eee18d937a18c2ea6a1b63edce68f9a7ce (patch)
treecac5aaac8a6f80458d2b00b34379a905100688c4 /source3/librpc
parentadcbc2439cb33ca1ebaa4fdaf6e8c49af67a1d5a (diff)
downloadsamba-354a99eee18d937a18c2ea6a1b63edce68f9a7ce.tar.gz
samba-354a99eee18d937a18c2ea6a1b63edce68f9a7ce.tar.bz2
samba-354a99eee18d937a18c2ea6a1b63edce68f9a7ce.zip
Fix IDL for netr_ServerPasswordSet.
Guenther (This used to be commit da951e278c5253b0d23145790c817b2f01ac47ef)
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 25118bc816..7f977a454b 100644
--- a/source3/librpc/idl/netlogon.idl
+++ b/source3/librpc/idl/netlogon.idl
@@ -298,9 +298,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] samr_Password new_password,
- [out,ref] netr_Authenticator *return_authenticator
+ [in,ref] netr_Authenticator *credential,
+ [out,ref] netr_Authenticator *return_authenticator,
+ [in,ref] samr_Password *new_password
);