fix
This commit is contained in:
@@ -888,7 +888,7 @@ void ui_server::start() {
|
|||||||
|
|
||||||
lock_data ui_lock(provider_type::unknown, "ui");
|
lock_data ui_lock(provider_type::unknown, "ui");
|
||||||
auto res = ui_lock.grab_lock(1U);
|
auto res = ui_lock.grab_lock(1U);
|
||||||
if (res == lock_result::locked) {
|
if (res == lock_result::success) {
|
||||||
auto deadline{std::chrono::steady_clock::now() + 30s};
|
auto deadline{std::chrono::steady_clock::now() + 30s};
|
||||||
std::string host{"127.0.0.1"};
|
std::string host{"127.0.0.1"};
|
||||||
auto desired_port{config_->get_api_port()};
|
auto desired_port{config_->get_api_port()};
|
||||||
|
Reference in New Issue
Block a user