- Add back debug print -- build server still crashes
authorStefan Ginsberg <stefanginsberg@gmail.com>
Tue, 9 Dec 2008 17:44:27 +0000 (17:44 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Tue, 9 Dec 2008 17:44:27 +0000 (17:44 +0000)
svn path=/trunk/; revision=37973

rostests/winetests/advapi32/security.c

index 99dbce8..42dff8f 100644 (file)
@@ -2410,6 +2410,7 @@ static void test_PrivateObjectSecurity(void)
         "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");
     buf = HeapAlloc(GetProcessHeap(), 0, dwDescSize);
+    DbgPrint("Received %p\n", sec);
     pSetSecurityDescriptorControl(sec, SE_DACL_PROTECTED, SE_DACL_PROTECTED);
     GetSecurityDescriptorControl(sec, &ctrl, &dwRevision);
     todo_wine expect_eq(ctrl, 0x9014, int, "%x");