mirror of
https://github.com/samba-team/samba.git
synced 2025-06-03 17:05:54 +03:00
IDL: fix IDL for netr_ServerPasswordSet2().
Guenther (This used to be commit 7b312a0abc6de5a51555ccfbde7f8f78fc11d043)
This commit is contained in:
parent
0a909f4861
commit
dec6bc8f44
@ -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
|
||||
);
|
||||
|
||||
/****************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user