fix
This commit is contained in:
@@ -279,6 +279,8 @@ ui_server::~ui_server() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void ui_server::auto_start_mounts() {
|
void ui_server::auto_start_mounts() {
|
||||||
|
REPERTORY_USES_FUNCTION_NAME();
|
||||||
|
|
||||||
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