mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 11:42:24 +00:00
[NTOSKRNL]
Implement SeFreePrivileges(). svn path=/trunk/; revision=47382
This commit is contained in:
parent
d30c42f367
commit
4e25539b71
1 changed files with 3 additions and 2 deletions
|
@ -294,13 +294,14 @@ SeAppendPrivileges(PACCESS_STATE AccessState,
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @implemented
|
||||||
*/
|
*/
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
SeFreePrivileges(IN PPRIVILEGE_SET Privileges)
|
SeFreePrivileges(IN PPRIVILEGE_SET Privileges)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
PAGED_CODE();
|
||||||
|
ExFreePool(Privileges);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue