From 1aef2603e81935f2016b9f6ef3a2dbfee2cae81e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Mon, 24 Jan 2005 09:31:42 +0000 Subject: [PATCH] Fix compilation svn path=/trunk/; revision=13244 --- rosapps/tests/tokentest/tokentest.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rosapps/tests/tokentest/tokentest.c b/rosapps/tests/tokentest/tokentest.c index f2a50f42a15..c8b4e4232cb 100644 --- a/rosapps/tests/tokentest/tokentest.c +++ b/rosapps/tests/tokentest/tokentest.c @@ -356,7 +356,11 @@ CreateInitialSystemToken(HANDLE* phSystemToken) LARGE_INTEGER tkExpiration; +#if 0 /* FIXME */ LUID authId = SYSTEM_LUID; +#else + LUID authId = { 0x3E7, 0x0 }; +#endif TOKEN_SOURCE source = {