mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:25:49 +00:00
[ADVAPI32]
sync ParseStringSidToSid with wine 1.1.40 svn path=/trunk/; revision=46207
This commit is contained in:
parent
59b9f20eee
commit
7a57ed5819
1 changed files with 3 additions and 0 deletions
|
@ -805,6 +805,9 @@ static BOOL ParseStringSidToSid(LPCWSTR StringSid, PSID pSid, LPDWORD cBytes)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
while (*StringSid == ' ')
|
||||||
|
StringSid++;
|
||||||
|
|
||||||
*cBytes = ComputeStringSidSize(StringSid);
|
*cBytes = ComputeStringSidSize(StringSid);
|
||||||
if (!pisid) /* Simply compute the size */
|
if (!pisid) /* Simply compute the size */
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue