mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[FASTFAT] On volume open, update share access if volume was already open
It was never updated afterwards, leading to a totally loss of share access information amongst callers.
This commit is contained in:
parent
c9c3622ef1
commit
f36cbf75e3
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ VfatCreateFile(
|
|||
Stack->Parameters.Create.ShareAccess,
|
||||
FileObject,
|
||||
&pFcb->FCBShareAccess,
|
||||
FALSE);
|
||||
TRUE);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
vfatAddToStat(DeviceExt, Fat.FailedCreates, 1);
|
||||
|
|
Loading…
Reference in a new issue