Author: pschweitzer
Date: Sun Nov 20 20:55:17 2016
New Revision: 73327
URL:
http://svn.reactos.org/svn/reactos?rev=73327&view=rev
Log:
[NTOSKRNL]
When we're really not able to init cache for creating a file section, return the
appropriate status code
Modified:
trunk/reactos/ntoskrnl/mm/section.c
Modified: trunk/reactos/ntoskrnl/mm/section.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/section.c?rev=…
==============================================================================
--- trunk/reactos/ntoskrnl/mm/section.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/mm/section.c [iso-8859-1] Sun Nov 20 20:55:17 2016
@@ -3039,7 +3039,7 @@
/* FIXME: handle this situation */
ObDereferenceObject(Section);
ObDereferenceObject(FileObject);
- return STATUS_INVALID_PARAMETER;
+ return STATUS_INVALID_FILE_FOR_SECTION;
}
}