Commit 42c03ef0 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

advapi32/tests: Initialize luid in test_CreateRestrictedToken.

parent 4618a0a3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment