Skip to content

Commit 9beccca

Browse files
authored
msrpc: wkst: fix encrypted password type in new methods (#146)
1 parent 141319c commit 9beccca

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

idl/wkst.idl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ interface wkssvc
576576
[in, string, unique] wchar_t* ServerName,
577577
[in, string, unique] wchar_t* MachineName,
578578
[in, string, unique] wchar_t* AccountName,
579-
[in, unique] PJOINPR_ENCRYPTED_USER_PASSWORD Password,
579+
[in, unique] PJOINPR_ENCRYPTED_USER_PASSWORD_AES Password,
580580
[in] unsigned long Options
581581
);
582582

@@ -616,7 +616,7 @@ interface wkssvc
616616
[in, string, unique] wchar_t* ServerName,
617617
[in, string, unique] wchar_t* PrimaryName,
618618
[in, string, unique] wchar_t* DomainAccount,
619-
[in, unique] PJOINPR_ENCRYPTED_USER_PASSWORD EncryptedPassword,
619+
[in, unique] PJOINPR_ENCRYPTED_USER_PASSWORD_AES EncryptedPassword,
620620
[in] unsigned long Reserved
621621
);
622622

msrpc/wkst/wkssvc/v1/v1.go

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)