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/19 08:33:11 UTC

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

Author: mturk
Date: Wed Aug 19 06:33:11 2009
New Revision: 805676

URL: http://svn.apache.org/viewvc?rev=805676&view=rev
Log:
Use correct function call params

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=805676&r1=805675&r2=805676&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 Wed Aug 19 06:33:11 2009
@@ -362,7 +362,7 @@
         /* Add the security descriptor to the cache.
          * It will live there for the process life time.
          */
-        ACR_TableAdd(security_table, sdd, pDS, sizeof(PSECURITY_DESCRIPTOR));
+        ACR_TableAdd(_E, THROW_FMARK, security_table, sdd, pSD, sizeof(PSECURITY_DESCRIPTOR));
     }
     LeaveCriticalSection(&security_lock);
     return pSD;