mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -556,7 +556,7 @@ SamGetUserSid (PWSTR UserName,
|
||||
}
|
||||
|
||||
/* Open the user key */
|
||||
if (RegOpenKeyExW (hUserKey,
|
||||
if (RegOpenKeyExW (hUsersKey,
|
||||
UserName,
|
||||
0,
|
||||
KEY_READ,
|
||||
|
||||
Reference in New Issue
Block a user