mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTOSKRNL] Don't raise a status when parameters are invalid on file mapping
This commit is contained in:
parent
e17f61138c
commit
3dabca398f
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ CcMapData (
|
|||
{
|
||||
CCTRACE(CC_API_DEBUG, "FileObject=%p FileOffset=%p Length=%lu Flags=0x%lx -> FALSE\n",
|
||||
FileObject, FileOffset, Length, Flags);
|
||||
ExRaiseStatus(STATUS_INVALID_PARAMETER);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue