fix
Some checks failed
Blockstorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
Blockstorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -278,7 +278,7 @@ ui_server::~ui_server() {
|
|||||||
E_CONSUMER_RELEASE();
|
E_CONSUMER_RELEASE();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ui_server::auto_start_mounts() const {
|
void ui_server::auto_start_mounts() {
|
||||||
std::thread([this]() {
|
std::thread([this]() {
|
||||||
for (const auto &[prov, names] : config_->get_auto_start_list()) {
|
for (const auto &[prov, names] : config_->get_auto_start_list()) {
|
||||||
for (const auto &name : names) {
|
for (const auto &name : names) {
|
||||||
|
Reference in New Issue
Block a user