[WINLOGON]

- Create window station with all access rights.

svn path=/trunk/; revision=47992
This commit is contained in:
Aleksey Bragin 2010-07-11 08:07:52 +00:00
parent bc5435e23f
commit 2d3333aa11

View file

@ -1032,7 +1032,7 @@ CreateWindowStationAndDesktops(
Session->InteractiveWindowStation = CreateWindowStationW(
Session->InteractiveWindowStationName,
0,
WINSTA_CREATEDESKTOP,
GENERIC_ALL,
&DefaultSecurity);
if (!Session->InteractiveWindowStation)
{