- Initialize TableBase in PsCreatePeb.

svn path=/trunk/; revision=4749
This commit is contained in:
Hartmut Birr
2003-05-24 17:14:41 +00:00
parent 763c776f24
commit 01a3fd2a8b
+2 -1
View File
@@ -1,4 +1,4 @@
/* $Id: process.c,v 1.104 2003/05/21 15:05:47 ekohl Exp $
/* $Id: process.c,v 1.105 2003/05/24 17:14:41 hbirr Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@@ -340,6 +340,7 @@ PsCreatePeb(HANDLE ProcessHandle,
ViewSize = 0;
SectionOffset.QuadPart = 0LL;
TableBase = NULL;
Status = MmMapViewOfSection(NlsSectionObject,
Process,
&TableBase,