mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +00:00
[ADVAPI32] Use proper enum member to initialize SECURITY_IMPERSONATION_LEVEL variable wine patch by Nikolay Sivov
svn path=/trunk/; revision=72564
This commit is contained in:
parent
068c14debb
commit
b0d2f91e07
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ BOOL WINAPI CreateRestrictedToken(
|
|||
PHANDLE newToken)
|
||||
{
|
||||
TOKEN_TYPE type;
|
||||
SECURITY_IMPERSONATION_LEVEL level = TokenImpersonationLevel;
|
||||
SECURITY_IMPERSONATION_LEVEL level = SecurityAnonymous;
|
||||
DWORD size;
|
||||
|
||||
FIXME("(%p, 0x%x, %u, %p, %u, %p, %u, %p, %p): stub\n",
|
||||
|
|
Loading…
Reference in a new issue