mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 00:55:53 +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");
|
RtlInitUnicodeString (& EventName, L"\\ReactOSInitDone");
|
||||||
InitializeObjectAttributes(&ObjectAttributes,
|
InitializeObjectAttributes(&ObjectAttributes,
|
||||||
& EventName,
|
& EventName,
|
||||||
EVENT_ALL_ACCESS,
|
0,
|
||||||
0,
|
0,
|
||||||
NULL);
|
NULL);
|
||||||
Status = NtOpenEvent(&ReactOSInitEvent,
|
Status = NtOpenEvent(&ReactOSInitEvent,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue