--- trunk/reactos/ntoskrnl/ob/security.c 2005-11-08 17:20:58 UTC (rev 19059)
+++ trunk/reactos/ntoskrnl/ob/security.c 2005-11-08 17:22:26 UTC (rev 19060)
@@ -262,9 +262,8 @@
OUT PSECURITY_DESCRIPTOR *OutputSecurityDescriptor,
IN ULONG RefBias)
{
- DPRINT1("ObLogSecurityDescriptor is not implemented!\n");
-
/* HACK: Return the same descriptor back */
+ DPRINT1("ObLogSecurityDescriptor is not implemented!\n");
*OutputSecurityDescriptor = InputSecurityDescriptor;
return STATUS_SUCCESS;
}
--- trunk/reactos/ntoskrnl/se/audit.c 2005-11-08 17:20:58 UTC (rev 19059)
+++ trunk/reactos/ntoskrnl/se/audit.c 2005-11-08 17:22:26 UTC (rev 19060)
@@ -225,7 +225,7 @@
IN KPROCESSOR_MODE AccessMode,
OUT PBOOLEAN GenerateOnClose)
{
- UNIMPLEMENTED;
+ DPRINT1("SeOpenObjectAuditAlarm is UNIMPLEMENTED!\n");
}