mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[NTMARTA]
AccpGetTrusteeSid: Ignore pMultipleTrustee and MultipleTrusteeOperation. svn path=/trunk/; revision=69876
This commit is contained in:
parent
0b81e76316
commit
607f4f62b8
1 changed files with 3 additions and 0 deletions
|
@ -513,11 +513,14 @@ AccpGetTrusteeSid(IN PTRUSTEE_W Trustee,
|
|||
*ppSid = NULL;
|
||||
*Allocated = FALSE;
|
||||
|
||||
/* Windows ignores this */
|
||||
#if 0
|
||||
if (Trustee->pMultipleTrustee || Trustee->MultipleTrusteeOperation != NO_MULTIPLE_TRUSTEE)
|
||||
{
|
||||
/* This is currently not supported */
|
||||
return ERROR_INVALID_PARAMETER;
|
||||
}
|
||||
#endif
|
||||
|
||||
switch (Trustee->TrusteeForm)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue