mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
- More trace :/
svn path=/trunk/; revision=37975
This commit is contained in:
parent
be8a2bb4fb
commit
cd8bdd5562
1 changed files with 2 additions and 0 deletions
|
@ -307,6 +307,8 @@ SetSecurityDescriptorControl(PSECURITY_DESCRIPTOR pSecurityDescriptor,
|
|||
SECURITY_DESCRIPTOR_CONTROL ControlBitsToSet)
|
||||
{
|
||||
NTSTATUS Status;
|
||||
|
||||
DbgPrint("SetSecurityDescriptorControl: Received %p\n", pSecurityDescriptor);
|
||||
|
||||
Status = RtlSetControlSecurityDescriptor(pSecurityDescriptor,
|
||||
ControlBitsOfInterest,
|
||||
|
|
Loading…
Reference in a new issue