1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

rap: fix rap_NetUserPasswordSet2 IDL.

Guenther
This commit is contained in:
Günther Deschner 2010-05-21 18:02:45 +02:00
parent 7c979adfbf
commit 032c051523

View File

@ -756,8 +756,8 @@ interface rap
[public] void rap_NetUserPasswordSet2(
[in] astring UserName,
[in] [charset(DOS)] uint8 OldPassword[16],
[in] [charset(DOS)] uint8 NewPassword[16],
[in] uint8 OldPassword[16],
[in] uint8 NewPassword[16],
[in] uint16 EncryptedPassword,
[in] uint16 RealPasswordLength,
[out] rap_status status,