1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

r26209: For consistency, rename one argument in NetrJoinDomain.

Guenther
This commit is contained in:
Günther Deschner 2007-11-29 21:53:50 +01:00 committed by Stefan Metzmacher
parent 77c161b776
commit 8cf99ed4b1

View File

@ -578,7 +578,7 @@ import "srvsvc.idl", "lsa.idl";
[in,ref] [string,charset(UTF16)] uint16 *domain_name,
[in] [string,charset(UTF16)] uint16 *account_ou,
[in] [string,charset(UTF16)] uint16 *Account,
[in] [string,charset(UTF16)] uint16 *unknown,
[in] [string,charset(UTF16)] uint16 *password,
[in] wkssvc_joinflags join_flags
);