winfsp unit tests and fixes
This commit is contained in:
parent
69d190e485
commit
19d4b0a247
@ -150,7 +150,7 @@ void file_manager::close_all(const std::string &api_path) {
|
|||||||
|
|
||||||
auto handles = closeable_file->get_handles();
|
auto handles = closeable_file->get_handles();
|
||||||
for (auto &&handle : handles) {
|
for (auto &&handle : handles) {
|
||||||
closeable_file->remove(handle, false);
|
closeable_file->remove(handle, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
auto result = utils::db::sqlite::db_delete{*db_, resume_table}
|
auto result = utils::db::sqlite::db_delete{*db_, resume_table}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user