[ros-diffs] [ion] 17224: Fix invalid Object Attributes
ion at svn.reactos.com
ion at svn.reactos.com
Tue Aug 9 05:31:27 CEST 2005
Fix invalid Object Attributes
Modified: trunk/reactos/subsys/smss/smapi.c
_____
Modified: trunk/reactos/subsys/smss/smapi.c
--- trunk/reactos/subsys/smss/smapi.c 2005-08-09 03:29:51 UTC (rev
17223)
+++ trunk/reactos/subsys/smss/smapi.c 2005-08-09 03:31:22 UTC (rev
17224)
@@ -362,7 +362,7 @@
InitializeObjectAttributes(&ObjectAttributes,
&UnicodeString,
- PORT_ALL_ACCESS,
+ 0,
NULL,
NULL);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050809/2e60174c/attachment.html
More information about the Ros-diffs
mailing list