Fix/update the TOKEN_STATISTICS check.

This commit is contained in:
Francois Gouget 2004-09-01 04:53:36 +00:00 committed by Alexandre Julliard
parent 7421a7b560
commit 614e4e4a31
1 changed files with 1 additions and 1 deletions

View File

@ -1838,7 +1838,7 @@ static void test_pack_TOKEN_STATISTICS(void)
/* TOKEN_STATISTICS (pack 4) */ /* TOKEN_STATISTICS (pack 4) */
TEST_FIELD(TOKEN_STATISTICS, LUID, TokenId, 0, 8, 4); TEST_FIELD(TOKEN_STATISTICS, LUID, TokenId, 0, 8, 4);
TEST_FIELD(TOKEN_STATISTICS, LUID, AuthenticationId, 8, 8, 4); TEST_FIELD(TOKEN_STATISTICS, LUID, AuthenticationId, 8, 8, 4);
TEST_FIELD(TOKEN_STATISTICS, LARGE_INTEGER, ExpirationTime, 16, 8, 8); TEST_FIELD(TOKEN_STATISTICS, LARGE_INTEGER, ExpirationTime, 16, 8, 4);
} }
static void test_pack_TOKEN_USER(void) static void test_pack_TOKEN_USER(void)