[NTOS:SE] Use IQS_NONE for the first class which is not existent and barely used

This commit is contained in:
George Bișoc
2021-06-08 09:26:11 +02:00
parent 672c9068bb
commit 7ca6bfb994
+1 -1
View 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),