[ros-diffs] [ion] 19064: - Remove silly debug print
ion at svn.reactos.com
ion at svn.reactos.com
Tue Nov 8 21:50:14 CET 2005
- Remove silly debug print
Modified: trunk/reactos/ntoskrnl/ob/security.c
_____
Modified: trunk/reactos/ntoskrnl/ob/security.c
--- trunk/reactos/ntoskrnl/ob/security.c 2005-11-08 20:07:41 UTC
(rev 19063)
+++ trunk/reactos/ntoskrnl/ob/security.c 2005-11-08 20:50:04 UTC
(rev 19064)
@@ -264,7 +264,7 @@
{
/* HACK: Return the same descriptor back */
PSECURITY_DESCRIPTOR SdCopy;
- DPRINT1("ObLogSecurityDescriptor is not implemented! %lx\n",
InputSecurityDescriptor->Revision);
+ DPRINT1("ObLogSecurityDescriptor is not implemented!\n",
InputSecurityDescriptor);
SdCopy = ExAllocatePool(PagedPool, sizeof(*SdCopy));
RtlMoveMemory(SdCopy, InputSecurityDescriptor, sizeof(*SdCopy));
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051108/97173fa6/attachment.html
More information about the Ros-diffs
mailing list