mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 08:52:59 +08:00
- Remove silly debug print
svn path=/trunk/; revision=19064
This commit is contained in:
@@ -264,7 +264,7 @@ ObLogSecurityDescriptor(IN PSECURITY_DESCRIPTOR InputSecurityDescriptor,
|
||||
{
|
||||
/* 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));
|
||||
|
||||
Reference in New Issue
Block a user