Author: ekohl Date: Thu Nov 12 12:30:12 2015 New Revision: 69876
URL: http://svn.reactos.org/svn/reactos?rev=69876&view=rev Log: [NTMARTA] AccpGetTrusteeSid: Ignore pMultipleTrustee and MultipleTrusteeOperation.
Modified: trunk/reactos/dll/win32/ntmarta/ntmarta.c
Modified: trunk/reactos/dll/win32/ntmarta/ntmarta.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ntmarta/ntmarta.c... ============================================================================== --- trunk/reactos/dll/win32/ntmarta/ntmarta.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/ntmarta/ntmarta.c [iso-8859-1] Thu Nov 12 12:30:12 2015 @@ -513,11 +513,14 @@ *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) {