fix
Some checks failed
Blockstorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
2025-09-15 14:49:03 -05:00
parent e57f950f82
commit bbd0445a44

View File

@@ -278,7 +278,7 @@ ui_server::~ui_server() {
E_CONSUMER_RELEASE();
}
void ui_server::auto_start_mounts() const {
void ui_server::auto_start_mounts() {
std::thread([this]() {
for (const auto &[prov, names] : config_->get_auto_start_list()) {
for (const auto &name : names) {