[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:
Timo Kreuzer 2014-02-22 09:36:42 +00:00
parent f71a826f2c
commit 5be1171389

View file

@ -206,7 +206,7 @@ SepAdtPrivilegedServiceAuditAlarm(
_In_ PPRIVILEGE_SET Privileges,
_In_ BOOLEAN AccessGranted)
{
UNIMPLEMENTED;
DPRINT("SepAdtPrivilegedServiceAuditAlarm is unimplemented\n");
}
VOID