mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 19:57:00 +00:00
- Fixed the initialisation of the core dump service in MmDumpToPagingFile.
svn path=/trunk/; revision=7041
This commit is contained in:
parent
092d37b773
commit
271512ad67
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: pagefile.c,v 1.39 2003/11/30 17:19:28 hbirr Exp $
|
||||
/* $Id: pagefile.c,v 1.40 2003/12/14 17:54:22 hbirr Exp $
|
||||
*
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: ntoskrnl/mm/pagefile.c
|
||||
|
@ -501,7 +501,7 @@ MmDumpToPagingFile(ULONG BugCode,
|
|||
Headers->PhysicalMemorySize = MmStats.NrTotalPages * PAGE_SIZE;
|
||||
|
||||
/* Initialize the dump device. */
|
||||
MmCoreDumpFunctions->DumpInit();
|
||||
Status = MmCoreDumpFunctions->DumpInit();
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("MM: Failed to initialize core dump device.\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue