From 3b8396dc27edac51c03af0d08da7ef023c027a29 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 31 Jan 2017 16:53:27 -0800 Subject: [PATCH] tst: passthrough: minor fix --- tst/passthrough/passthrough.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tst/passthrough/passthrough.c b/tst/passthrough/passthrough.c index 0adbed4a..fbc8a82a 100644 --- a/tst/passthrough/passthrough.c +++ b/tst/passthrough/passthrough.c @@ -731,7 +731,7 @@ static NTSTATUS EnableBackupRestorePrivileges(VOID) union { TOKEN_PRIVILEGES P; - UINT B[sizeof(TOKEN_PRIVILEGES) + sizeof(LUID_AND_ATTRIBUTES)]; + UINT8 B[sizeof(TOKEN_PRIVILEGES) + sizeof(LUID_AND_ATTRIBUTES)]; } Privileges; HANDLE Token;