[ros-diffs] [hpoussin] 23523: Give a valid name to the event

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Tue Aug 8 13:10:59 CEST 2006


Author: hpoussin
Date: Tue Aug  8 15:10:59 2006
New Revision: 23523

URL: http://svn.reactos.org/svn/reactos?rev=23523&view=rev
Log:
Give a valid name to the event

Modified:
    trunk/reactos/dll/win32/lsasrv/lsasrv.c

Modified: trunk/reactos/dll/win32/lsasrv/lsasrv.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/lsasrv/lsasrv.c?rev=23523&r1=23522&r2=23523&view=diff
==============================================================================
--- trunk/reactos/dll/win32/lsasrv/lsasrv.c (original)
+++ trunk/reactos/dll/win32/lsasrv/lsasrv.c Tue Aug  8 15:10:59 2006
@@ -20,7 +20,7 @@
 
     hEvent = OpenEventW(EVENT_MODIFY_STATE,
                         FALSE,
-                        L"\\SECURITY_SERVICES_STARTED");
+                        L"Global\\SECURITY_SERVICES_STARTED");
     if (hEvent != NULL)
     {
         SetEvent(hEvent);




More information about the Ros-diffs mailing list