mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-15 16:22:43 -05:00
tst: passthrough-dotnet: Cleanup: minor fix
This commit is contained in:
@ -253,7 +253,7 @@ namespace passthrough
|
||||
UInt32 Flags)
|
||||
{
|
||||
FileDesc FileDesc = (FileDesc)FileDesc0;
|
||||
if (0 == (Flags & CleanupDelete))
|
||||
if (0 != (Flags & CleanupDelete))
|
||||
FileDesc.Stream.Dispose();
|
||||
}
|
||||
protected override void Close(
|
||||
|
Reference in New Issue
Block a user