mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[FASTFAT]
Don't decrease the open handle count too much (in cleanup & close). This avoid overflow and allows correct openings count svn path=/trunk/; revision=75772
This commit is contained in:
@@ -52,7 +52,6 @@ VfatCloseFile(
|
||||
FileObject->FsContext2 = NULL;
|
||||
FileObject->FsContext = NULL;
|
||||
FileObject->SectionObjectPointer = NULL;
|
||||
DeviceExt->OpenHandleCount--;
|
||||
|
||||
if (pCcb)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user