mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
- Revert the debug print
svn path=/trunk/; revision=37972
This commit is contained in:
parent
f39793d4ca
commit
12a6dfd816
1 changed files with 0 additions and 1 deletions
|
@ -2409,7 +2409,6 @@ static void test_PrivateObjectSecurity(void)
|
|||
"G:S-1-5-21-93476-23408-4576"
|
||||
"D:(A;NP;GAGXGWGR;;;SU)(A;IOID;CCDC;;;SU)(D;OICI;0xffffffff;;;S-1-5-21-93476-23408-4576)"
|
||||
"S:(AU;OICINPIOIDSAFA;CCDCLCSWRPRC;;;SU)(AU;NPSA;0x12019f;;;SU)", SDDL_REVISION_1, &sec, &dwDescSize), "Creating descriptor failed\n");
|
||||
DbgPrint("Received %p\n", sec);
|
||||
buf = HeapAlloc(GetProcessHeap(), 0, dwDescSize);
|
||||
pSetSecurityDescriptorControl(sec, SE_DACL_PROTECTED, SE_DACL_PROTECTED);
|
||||
GetSecurityDescriptorControl(sec, &ctrl, &dwRevision);
|
||||
|
|
Loading…
Reference in a new issue