[ros-diffs] [hbirr] 17239: Don't use the required access rights for the object attributes.

hbirr at svn.reactos.com hbirr at svn.reactos.com
Tue Aug 9 17:41:21 CEST 2005


Don't use the required access rights for the object attributes.
Modified: trunk/reactos/subsys/system/usetup/usetup.c
  _____  

Modified: trunk/reactos/subsys/system/usetup/usetup.c
--- trunk/reactos/subsys/system/usetup/usetup.c	2005-08-09 13:57:03 UTC
(rev 17238)
+++ trunk/reactos/subsys/system/usetup/usetup.c	2005-08-09 15:41:10 UTC
(rev 17239)
@@ -3606,8 +3606,8 @@

 
   InitializeObjectAttributes(&ObjectAttributes,
     &UnicodeString,
-    EVENT_ALL_ACCESS,
     0,
+    0,
     NULL);
   Status = NtOpenEvent(&ReactOSInitEvent,
     EVENT_ALL_ACCESS,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050809/2575ff6c/attachment.html


More information about the Ros-diffs mailing list