mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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;
|
||||
}
|
||||
|
||||
while (*StringSid == ' ')
|
||||
StringSid++;
|
||||
|
||||
*cBytes = ComputeStringSidSize(StringSid);
|
||||
if (!pisid) /* Simply compute the size */
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue