[NETAPI32]

NetLocalGroupGetMembers: Fix the typos that caused the netapi32 access wintest crash.

svn path=/trunk/; revision=60200
This commit is contained in:
Eric Kohl 2013-09-18 20:57:15 +00:00
parent 6d4f083d6f
commit 2fa5f45f26

View file

@ -1375,7 +1375,7 @@ NetLocalGroupGetMembers(
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 @@ NetLocalGroupGetMembers(
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);