From 354a99eee18d937a18c2ea6a1b63edce68f9a7ce Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 13 Feb 2008 16:46:23 +0100 Subject: Fix IDL for netr_ServerPasswordSet. Guenther (This used to be commit da951e278c5253b0d23145790c817b2f01ac47ef) --- source3/librpc/idl/netlogon.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/librpc/idl') 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 ); -- cgit