mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 17:03:12 -05:00
dll: fuse: testing
This commit is contained in:
parent
b71d086ea7
commit
adecc6fb25
@ -660,7 +660,7 @@ static VOID fsp_fuse_intf_Cleanup(FSP_FILE_SYSTEM *FileSystem,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (0 != f->ops.unlink)
|
if (0 != f->ops.unlink)
|
||||||
f->ops.rmdir(filedesc->PosixPath);
|
f->ops.unlink(filedesc->PosixPath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user