mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NTOS:SE] Use IQS_NONE for the first class which is not existent and barely used
This commit is contained in:
+1
-1
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user