refactor
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2024-12-25 17:07:12 -06:00
parent e161113ad5
commit 561943ddca

View File

@ -259,7 +259,6 @@ auto file_manager::get_open_file(std::uint64_t handle, bool write_supported,
: 0U,
file_ptr->get_filesystem_item(), file_ptr->get_open_data(), provider_,
*this);
writeable_file->set_open_data(file_ptr->get_open_data());
open_file_lookup_[file_ptr->get_api_path()] = writeable_file;
file = writeable_file;
return true;