mirror of https://github.com/microsoft/WSL
reformat
This commit is contained in:
parent
f445e8ccc3
commit
7d81d0d6c5
|
|
@ -540,9 +540,7 @@ wsl::windows::common::SvcComm::SvcComm()
|
|||
};
|
||||
|
||||
wsl::shared::retry::RetryWithTimeout<void>(
|
||||
[this]() {
|
||||
m_userSession = wil::CoCreateInstance<LxssUserSession, ILxssUserSession>(CLSCTX_LOCAL_SERVER);
|
||||
},
|
||||
[this]() { m_userSession = wil::CoCreateInstance<LxssUserSession, ILxssUserSession>(CLSCTX_LOCAL_SERVER); },
|
||||
std::chrono::seconds(1),
|
||||
std::chrono::minutes(1),
|
||||
retry_pred);
|
||||
|
|
|
|||
Loading…
Reference in New Issue