projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f71a826
)
[NTOSKRNL]
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Sat, 22 Feb 2014 09:36:42 +0000
(09:36 +0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Sat, 22 Feb 2014 09:36:42 +0000
(09:36 +0000)
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
reactos/ntoskrnl/se/audit.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/se/audit.c
b/reactos/ntoskrnl/se/audit.c
index
f3d826e
..
5f8177e
100644
(file)
--- a/
reactos/ntoskrnl/se/audit.c
+++ b/
reactos/ntoskrnl/se/audit.c
@@
-206,7
+206,7
@@
SepAdtPrivilegedServiceAuditAlarm(
_In_ PPRIVILEGE_SET Privileges,
_In_ BOOLEAN AccessGranted)
{
-
UNIMPLEMENTED
;
+
DPRINT("SepAdtPrivilegedServiceAuditAlarm is unimplemented\n")
;
}
VOID