mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
[NTOS:CC]
- Correctly set output parameter in CcRosCreateCacheSegment failure case svn path=/trunk/; revision=62644
This commit is contained in:
@@ -598,7 +598,7 @@ CcRosCreateCacheSegment (
|
||||
|
||||
if (FileOffset >= Bcb->FileSize.u.LowPart)
|
||||
{
|
||||
CacheSeg = NULL;
|
||||
*CacheSeg = NULL;
|
||||
return STATUS_INVALID_PARAMETER;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user