mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[ADVAPI32]
EqualSid: Set last error to ERROR_SUCCESS before calling RtlEqualSid. svn path=/trunk/; revision=60442
This commit is contained in:
@@ -1439,6 +1439,7 @@ WINAPI
|
||||
EqualSid(PSID pSid1,
|
||||
PSID pSid2)
|
||||
{
|
||||
SetLastError(ERROR_SUCCESS);
|
||||
return RtlEqualSid (pSid1, pSid2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user