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:
Alex Ionescu 2005-08-09 04:59:19 +00:00
parent 576de36736
commit 2d51263ec6

View file

@ -42,7 +42,7 @@ SmpSignalInitEvent(VOID)
RtlInitUnicodeString (& EventName, L"\\ReactOSInitDone");
InitializeObjectAttributes(&ObjectAttributes,
& EventName,
EVENT_ALL_ACCESS,
0,
0,
NULL);
Status = NtOpenEvent(&ReactOSInitEvent,