mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Forgot to hit "CTRL+S" in the editor :) (add a FIXME comment about small hack).
svn path=/trunk/; revision=29337
This commit is contained in:
parent
7d540cf035
commit
9c40044087
1 changed files with 2 additions and 0 deletions
|
@ -388,6 +388,8 @@ IopParseDevice(IN PVOID ParseObject,
|
||||||
UseDummyFile = ((OpenPacket->QueryOnly) || (OpenPacket->DeleteOnly));
|
UseDummyFile = ((OpenPacket->QueryOnly) || (OpenPacket->DeleteOnly));
|
||||||
|
|
||||||
/* Check if this is a direct open */
|
/* Check if this is a direct open */
|
||||||
|
/* FIXME: Small hack still exists, because there is probably
|
||||||
|
a small bug somewhere in vfat */
|
||||||
if (!(RemainingName->Length) &&
|
if (!(RemainingName->Length) &&
|
||||||
!(OpenPacket->RelatedFileObject) &&
|
!(OpenPacket->RelatedFileObject) &&
|
||||||
(((DesiredAccess & ~(SYNCHRONIZE |
|
(((DesiredAccess & ~(SYNCHRONIZE |
|
||||||
|
|
Loading…
Reference in a new issue