mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
- Removed test code.
svn path=/trunk/; revision=5924
This commit is contained in:
parent
b8025b214f
commit
eebe1ed001
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: pagefile.c,v 1.35 2003/08/27 21:28:08 dwelch Exp $
|
/* $Id: pagefile.c,v 1.36 2003/08/29 21:22:24 dwelch Exp $
|
||||||
*
|
*
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
* FILE: ntoskrnl/mm/pagefile.c
|
* FILE: ntoskrnl/mm/pagefile.c
|
||||||
|
@ -692,7 +692,6 @@ MmInitializeCrashDump(HANDLE PageFileHandle, ULONG PageFileNum)
|
||||||
|
|
||||||
MmCoreDumpPageFile = PageFileNum;
|
MmCoreDumpPageFile = PageFileNum;
|
||||||
ObDereferenceObject(PageFile);
|
ObDereferenceObject(PageFile);
|
||||||
*(PULONG)0 = 0;
|
|
||||||
return(STATUS_SUCCESS);
|
return(STATUS_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue