Author: fireball
Date: Sun Jul 11 08:07:52 2010
New Revision: 47992

URL: http://svn.reactos.org/svn/reactos?rev=47992&view=rev
Log:
[WINLOGON]
- Create window station with all access rights.

Modified:
    trunk/reactos/base/system/winlogon/wlx.c

Modified: trunk/reactos/base/system/winlogon/wlx.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/winlogon/wlx.c?rev=47992&r1=47991&r2=47992&view=diff
==============================================================================
--- trunk/reactos/base/system/winlogon/wlx.c [iso-8859-1] (original)
+++ trunk/reactos/base/system/winlogon/wlx.c [iso-8859-1] Sun Jul 11 08:07:52 
2010
@@ -1032,7 +1032,7 @@
        Session->InteractiveWindowStation = CreateWindowStationW(
                Session->InteractiveWindowStationName,
                0,
-               WINSTA_CREATEDESKTOP,
+               GENERIC_ALL,
                &DefaultSecurity);
        if (!Session->InteractiveWindowStation)
        {


Reply via email to