Fix for travis-ci xenial build

This commit is contained in:
Stephen Shelton 2019-12-10 13:16:32 -07:00
parent 54111ed2a7
commit 0dbbf30de5
1 changed files with 1 additions and 1 deletions

View File

@ -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;