Fix memory section protection flag, that made console settings application fail since some recent work on virtual memory...

svn path=/branches/condrv_restructure/; revision=63801
This commit is contained in:
Hermès Bélusca-Maïto
2014-08-04 14:36:26 +00:00
parent 43ee1612b1
commit e9c6ccbd0f
@@ -457,7 +457,7 @@ GuiApplyUserSettings(PGUI_CONSOLE_DATA GuiData,
&ViewSize,
ViewUnmap,
0,
PAGE_READONLY);
PAGE_READWRITE);
if (!NT_SUCCESS(Status))
{
DPRINT1("Error when mapping view of file, Status = %lu\n", Status);