mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[NTMARTA]
AccpGetTrusteeSid: Ignore pMultipleTrustee and MultipleTrusteeOperation. svn path=/trunk/; revision=69876
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user