mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +00:00
[NTOS:CC] Fix a bug
This commit is contained in:
parent
ea354c4bc7
commit
7fbf90d6fd
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ CcpPinData(
|
||||||
{
|
{
|
||||||
CCTRACE(CC_API_DEBUG, "FileObject=%p FileOffset=%p Length=%lu Flags=0x%lx -> FALSE\n",
|
CCTRACE(CC_API_DEBUG, "FileObject=%p FileOffset=%p Length=%lu Flags=0x%lx -> FALSE\n",
|
||||||
SharedCacheMap->FileObject, FileOffset, Length, Flags);
|
SharedCacheMap->FileObject, FileOffset, Length, Flags);
|
||||||
CcUnpinData(NewBcb);
|
CcUnpinData(&NewBcb->PFCB);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue