Author: ekohl
Date: Wed Sep 18 20:57:15 2013
New Revision: 60200
URL:
http://svn.reactos.org/svn/reactos?rev=60200&view=rev
Log:
[NETAPI32]
NetLocalGroupGetMembers: Fix the typos that caused the netapi32 access wintest crash.
Modified:
trunk/reactos/dll/win32/netapi32/local_group.c
Modified: trunk/reactos/dll/win32/netapi32/local_group.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netapi32/local_g…
==============================================================================
--- trunk/reactos/dll/win32/netapi32/local_group.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/netapi32/local_group.c [iso-8859-1] Wed Sep 18 20:57:15 2013
@@ -1375,7 +1375,7 @@
NET_API_STATUS ApiStatus = NERR_Success;
NTSTATUS Status = STATUS_SUCCESS;
- TRACE("(%s %s %d %p %d, %p %p %p)\n", debugstr_w(servername),
+ TRACE("(%s %s %d %p %d %p %p %p)\n", debugstr_w(servername),
debugstr_w(localgroupname), level, bufptr, prefmaxlen, entriesread,
totalentries, resumehandle);
@@ -1659,7 +1659,7 @@
if (EnumContext->Names[i].DomainIndex >= 0)
{
- memcpy(MembersInfo2->lgrmi2_domainandname,
+ memcpy(MembersInfo3->lgrmi3_domainandname,
EnumContext->Domains->Domains[EnumContext->Names[i].DomainIndex].Name.Buffer,
EnumContext->Domains->Domains[EnumContext->Names[i].DomainIndex].Name.Length);