[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-06 19:48:34 +02:00
parent 672c9068bb
commit 7ca6bfb994
No known key found for this signature in database
GPG key ID: 688C4FBE25D7DEF6

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),