- More trace :/
authorStefan Ginsberg <stefanginsberg@gmail.com>
Tue, 9 Dec 2008 18:20:18 +0000 (18:20 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Tue, 9 Dec 2008 18:20:18 +0000 (18:20 +0000)
svn path=/trunk/; revision=37975

reactos/dll/win32/advapi32/sec/sec.c

index c602f6c..6792e62 100644 (file)
@@ -307,6 +307,8 @@ SetSecurityDescriptorControl(PSECURITY_DESCRIPTOR pSecurityDescriptor,
                              SECURITY_DESCRIPTOR_CONTROL ControlBitsToSet)
 {
     NTSTATUS Status;
+    
+    DbgPrint("SetSecurityDescriptorControl: Received %p\n", pSecurityDescriptor);
 
     Status = RtlSetControlSecurityDescriptor(pSecurityDescriptor,
                                              ControlBitsOfInterest,