mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:15:39 +00:00
-fix a critical bug in SamGetUserSid
"I wonder how this all has worked with this..." :o) svn path=/trunk/; revision=24826
This commit is contained in:
parent
8076cb9096
commit
0b25c86f26
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ SamGetUserSid (PWSTR UserName,
|
|||
}
|
||||
|
||||
/* Open the user key */
|
||||
if (RegOpenKeyExW (hUserKey,
|
||||
if (RegOpenKeyExW (hUsersKey,
|
||||
UserName,
|
||||
0,
|
||||
KEY_READ,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue