mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tst: memfs-dotnet: fix stream_create_overwrite_test
This commit is contained in:
parent
bce0d63f7d
commit
5839d46b7a
@ -410,7 +410,7 @@ namespace memfs
|
||||
FileNode StreamNode = FileNodeMap.Get(StreamFileName);
|
||||
if (null == StreamNode)
|
||||
continue; /* should not happen */
|
||||
if (0 == FileNode.OpenCount)
|
||||
if (0 == StreamNode.OpenCount)
|
||||
FileNodeMap.Remove(StreamNode);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user