mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-26 20:42:50 -05:00
dll: fuse: testing
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user