[FASTFAT]
authorPierre Schweitzer <pierre@reactos.org>
Wed, 6 Sep 2017 11:49:30 +0000 (11:49 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Wed, 6 Sep 2017 11:49:30 +0000 (11:49 +0000)
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

reactos/drivers/filesystems/fastfat/close.c

index 1019111..10d40bd 100644 (file)
@@ -52,7 +52,6 @@ VfatCloseFile(
     FileObject->FsContext2 = NULL;
     FileObject->FsContext = NULL;
     FileObject->SectionObjectPointer = NULL;
-    DeviceExt->OpenHandleCount--;
 
     if (pCcb)
     {