Fix for travis-ci xenial build

pull/961/head
Stephen Shelton 5 years ago
parent 54111ed2a7
commit 0dbbf30de5

@ -229,7 +229,7 @@ TEST_F(LinkLayerTest, TestIWP)
},
// SessionEstablishedHandler
[&](ILinkSession* s) -> bool {
[&, this](ILinkSession* s) -> bool {
const auto rc = s->GetRemoteRC();
if(rc.pubkey != Bob.GetRC().pubkey)
return false;

Loading…
Cancel
Save