advapi32/tests: Initialize luid in test_CreateRestrictedToken.
Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
4618a0a38a
commit
42c03ef03f
|
@ -5195,7 +5195,7 @@ static void test_CreateRestrictedToken(void)
|
|||
TOKEN_TYPE type;
|
||||
BOOL is_member;
|
||||
DWORD size;
|
||||
LUID luid;
|
||||
LUID luid = { 0, 0 };
|
||||
BOOL ret;
|
||||
DWORD i;
|
||||
|
||||
|
|
Loading…
Reference in New Issue