mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NTOSKRNL]
CORE-7932 #comment Silence UNIMPLEMENTED warning for SepAdtPrivilegedServiceAuditAlarm, since this function is called relatively often, spamming the debuglog, and it's missing implementation does not directly affect the behavior for applications. svn path=/trunk/; revision=62284
This commit is contained in:
parent
f71a826f2c
commit
5be1171389
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ SepAdtPrivilegedServiceAuditAlarm(
|
||||||
_In_ PPRIVILEGE_SET Privileges,
|
_In_ PPRIVILEGE_SET Privileges,
|
||||||
_In_ BOOLEAN AccessGranted)
|
_In_ BOOLEAN AccessGranted)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
DPRINT("SepAdtPrivilegedServiceAuditAlarm is unimplemented\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
|
|
Loading…
Reference in a new issue