mirror of
https://github.com/winfsp/winfsp.git
synced 2025-10-30 03:28:38 -05:00
tst: memfs: minor fix
This commit is contained in:
@@ -371,7 +371,7 @@ static NTSTATUS Create(FSP_FILE_SYSTEM *FileSystem,
|
|||||||
NTSTATUS Result;
|
NTSTATUS Result;
|
||||||
BOOLEAN Inserted;
|
BOOLEAN Inserted;
|
||||||
|
|
||||||
if (CreateOptions & (FILE_DIRECTORY_FILE | FILE_OPEN_REPARSE_POINT))
|
if (CreateOptions & FILE_DIRECTORY_FILE)
|
||||||
AllocationSize = 0;
|
AllocationSize = 0;
|
||||||
|
|
||||||
FileNode = MemfsFileNodeMapGet(Memfs->FileNodeMap, FileName);
|
FileNode = MemfsFileNodeMapGet(Memfs->FileNodeMap, FileName);
|
||||||
|
|||||||
Reference in New Issue
Block a user