[NTMARTA]

AccpGetTrusteeSid: Ignore pMultipleTrustee and MultipleTrusteeOperation.

svn path=/trunk/; revision=69876
This commit is contained in:
Eric Kohl 2015-11-12 12:30:12 +00:00
parent 0b81e76316
commit 607f4f62b8

View file

@ -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)
{