capture by value to appease clang 11

pull/1659/head
Jeff Becker 3 years ago
parent e332bbe3f3
commit c23e121139
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -1201,7 +1201,7 @@ namespace llarp
// try to make a session to this random router
// this will do a dht lookup if needed
_outboundSessionMaker.CreateSessionTo(
router, [fails, this](const auto& router, const auto result) {
router, [fails=fails, this](const auto& router, const auto result) {
auto rpc = RpcClient();
if (result != SessionResult::Establish)

Loading…
Cancel
Save