mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
- Remove trace, change trace
svn path=/trunk/; revision=37977
This commit is contained in:
parent
cd8bdd5562
commit
2327d45c5a
2 changed files with 1 additions and 3 deletions
|
@ -308,8 +308,6 @@ SetSecurityDescriptorControl(PSECURITY_DESCRIPTOR pSecurityDescriptor,
|
|||
{
|
||||
NTSTATUS Status;
|
||||
|
||||
DbgPrint("SetSecurityDescriptorControl: Received %p\n", pSecurityDescriptor);
|
||||
|
||||
Status = RtlSetControlSecurityDescriptor(pSecurityDescriptor,
|
||||
ControlBitsOfInterest,
|
||||
ControlBitsToSet);
|
||||
|
|
|
@ -1288,7 +1288,7 @@ ConvertStringSecurityDescriptorToSecurityDescriptorW(
|
|||
if (SecurityDescriptorSize)
|
||||
*SecurityDescriptorSize = relativeSdSize;
|
||||
*SecurityDescriptor = relativeSd;
|
||||
if ((ULONG_PTR)relativeSd == 0xC) DbgPrint("ConvertStringSecurityDescriptorToSecurityDescriptorW: relativeSd is 0xC\n");
|
||||
DbgPrint("ConvertStringSecurityDescriptorToSecurityDescriptorW: relativeSd: %p\n", relativeSd);
|
||||
|
||||
cleanup:
|
||||
if (GetSecurityDescriptorOwner(sd, &pSid, &dummy))
|
||||
|
|
Loading…
Reference in a new issue