mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NTOS:SE] SepSinglePrivilegeCheck doesn't expect a NT status code value
Fix a wrong returned datatype of the function, as SepSinglePrivilegeCheck calls the internal private SepPrivilegeCheck function which returns a BOOLEAN value.
This commit is contained in:
parent
8567d8145e
commit
84f7bee18f
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ SepPrivilegeCheck(
|
|||
* Returns TRUE if the required privilege exists and that it matches
|
||||
* with the one from the access token, FALSE otherwise.
|
||||
*/
|
||||
NTSTATUS
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
SepSinglePrivilegeCheck(
|
||||
_In_ LUID PrivilegeValue,
|
||||
|
|
Loading…
Reference in a new issue