[NTOS:SE] Use IQS_NONE for the first class which is not existent and barely used 3734/head
authorGeorge Bișoc <george.bisoc@reactos.org>
Sun, 6 Jun 2021 17:48:34 +0000 (19:48 +0200)
committerGeorge Bișoc <george.bisoc@reactos.org>
Tue, 8 Jun 2021 07:26:11 +0000 (09:26 +0200)
ntoskrnl/se/token.c

index 256e4b3..74ec414 100644 (file)
@@ -32,7 +32,7 @@ static GENERIC_MAPPING SepTokenMapping = {
 static const INFORMATION_CLASS_INFO SeTokenInformationClass[] = {
 
     /* Class 0 not used, blame MS! */
-    IQS_SAME(0, 0, 0),
+    IQS_NONE,
 
     /* TokenUser */
     IQS_SAME(TOKEN_USER, ULONG, ICIF_QUERY | ICIF_QUERY_SIZE_VARIABLE),