dll: fuse: testing

This commit is contained in:
Bill Zissimopoulos 2016-06-12 21:37:51 -07:00
parent b71d086ea7
commit adecc6fb25

View File

@ -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);
} }
} }