mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[NETAPI32]
NetUserGetLocalGroups: Fix a typo that broke the enumeration of account aliases. svn path=/trunk/; revision=60099
This commit is contained in:
@@ -3118,7 +3118,7 @@ NetUserGetLocalGroups(LPCWSTR servername,
|
||||
|
||||
for (i = 0; i < AccountMemberCount; i++)
|
||||
{
|
||||
if (BuiltinNames[i].Length > 0)
|
||||
if (AccountNames[i].Length > 0)
|
||||
{
|
||||
Size += (sizeof(LOCALGROUP_USERS_INFO_0) + AccountNames[i].Length + sizeof(UNICODE_NULL));
|
||||
Count++;
|
||||
|
||||
Reference in New Issue
Block a user