You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/08/18 12:04:58 UTC

svn commit: r805341 - /commons/sandbox/runtime/trunk/src/main/native/os/win32/wusec.c

Author: mturk
Date: Tue Aug 18 10:04:57 2009
New Revision: 805341

URL: http://svn.apache.org/viewvc?rev=805341&view=rev
Log:
Remove dump code

Modified:
    commons/sandbox/runtime/trunk/src/main/native/os/win32/wusec.c

Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/wusec.c
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/os/win32/wusec.c?rev=805341&r1=805340&r2=805341&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/os/win32/wusec.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/os/win32/wusec.c Tue Aug 18 10:04:57 2009
@@ -379,7 +379,6 @@
         }        
         wcscat(sdd, L";;;CG)");
     }
-    fprintf(stdout, "SD %S\n", sdd);
     if (!ConvertStringSecurityDescriptorToSecurityDescriptorW(sdd,
                                                 SDDL_REVISION_1, &pSD, NULL)) {
         pSD = NULL;
@@ -387,9 +386,7 @@
             ACR_ThrowException(_E, THROW_FMARK, ACR_EX_ENOMEM,
                                ACR_GET_OS_ERROR());
         }
-        fprintf(stdout, "SSD failed !\n");
     }
-    fflush(stdout);
     return pSD;
 }