mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[ADVAPI32]
- Fix RegQueryInfoKeyW as per CORE-1136 svn path=/trunk/; revision=63776
This commit is contained in:
@@ -3903,7 +3903,7 @@ RegQueryInfoKeyW(HKEY hKey,
|
||||
NULL,
|
||||
0,
|
||||
lpcbSecurityDescriptor);
|
||||
if (!NT_SUCCESS(Status))
|
||||
if (!NT_SUCCESS(Status) && Status != STATUS_BUFFER_TOO_SMALL)
|
||||
{
|
||||
if (lpClass != NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user