mirror of
https://github.com/reactos/reactos.git
synced 2025-06-29 18:31:22 +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;
|
NTSTATUS Status;
|
||||||
|
|
||||||
DbgPrint("SetSecurityDescriptorControl: Received %p\n", pSecurityDescriptor);
|
|
||||||
|
|
||||||
Status = RtlSetControlSecurityDescriptor(pSecurityDescriptor,
|
Status = RtlSetControlSecurityDescriptor(pSecurityDescriptor,
|
||||||
ControlBitsOfInterest,
|
ControlBitsOfInterest,
|
||||||
ControlBitsToSet);
|
ControlBitsToSet);
|
||||||
|
|
|
@ -1288,7 +1288,7 @@ ConvertStringSecurityDescriptorToSecurityDescriptorW(
|
||||||
if (SecurityDescriptorSize)
|
if (SecurityDescriptorSize)
|
||||||
*SecurityDescriptorSize = relativeSdSize;
|
*SecurityDescriptorSize = relativeSdSize;
|
||||||
*SecurityDescriptor = relativeSd;
|
*SecurityDescriptor = relativeSd;
|
||||||
if ((ULONG_PTR)relativeSd == 0xC) DbgPrint("ConvertStringSecurityDescriptorToSecurityDescriptorW: relativeSd is 0xC\n");
|
DbgPrint("ConvertStringSecurityDescriptorToSecurityDescriptorW: relativeSd: %p\n", relativeSd);
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
if (GetSecurityDescriptorOwner(sd, &pSid, &dummy))
|
if (GetSecurityDescriptorOwner(sd, &pSid, &dummy))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue