mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-15 00:02:46 -05:00
tst: memfs-dotnet: fix stream_create_overwrite_test
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user