mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Sigh... yet another misuse of Object Attributes. Developer Note: Object Attributes are used to pass OBJ_ flags. Not Access Flags.
svn path=/trunk/; revision=17229
This commit is contained in:
parent
576de36736
commit
2d51263ec6
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ SmpSignalInitEvent(VOID)
|
|||
RtlInitUnicodeString (& EventName, L"\\ReactOSInitDone");
|
||||
InitializeObjectAttributes(&ObjectAttributes,
|
||||
& EventName,
|
||||
EVENT_ALL_ACCESS,
|
||||
0,
|
||||
0,
|
||||
NULL);
|
||||
Status = NtOpenEvent(&ReactOSInitEvent,
|
||||
|
|
Loading…
Reference in a new issue