mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Give a valid name to the event
svn path=/trunk/; revision=23523
This commit is contained in:
parent
6889ad333c
commit
cd084157bd
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ LsapInitLsa(VOID)
|
||||||
|
|
||||||
hEvent = OpenEventW(EVENT_MODIFY_STATE,
|
hEvent = OpenEventW(EVENT_MODIFY_STATE,
|
||||||
FALSE,
|
FALSE,
|
||||||
L"\\SECURITY_SERVICES_STARTED");
|
L"Global\\SECURITY_SERVICES_STARTED");
|
||||||
if (hEvent != NULL)
|
if (hEvent != NULL)
|
||||||
{
|
{
|
||||||
SetEvent(hEvent);
|
SetEvent(hEvent);
|
||||||
|
|
Loading…
Reference in a new issue