mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Don't use the required access rights for the object attributes.
svn path=/trunk/; revision=17239
This commit is contained in:
parent
225642a5f6
commit
b4c4fdb519
1 changed files with 1 additions and 1 deletions
|
@ -3606,7 +3606,7 @@ SignalInitEvent()
|
|||
|
||||
InitializeObjectAttributes(&ObjectAttributes,
|
||||
&UnicodeString,
|
||||
EVENT_ALL_ACCESS,
|
||||
0,
|
||||
0,
|
||||
NULL);
|
||||
Status = NtOpenEvent(&ReactOSInitEvent,
|
||||
|
|
Loading…
Reference in a new issue