mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
tst: passthrough-dotnet: Cleanup: minor fix
This commit is contained in:
parent
332bce6322
commit
c4b73c8eda
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user