mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-07 07:44:13 +00:00
Revert "use shared from this"
This reverts commit 4e4def4fb90f8a0cb1faf61a935479f7527168bf.
This commit is contained in:
parent
4e4def4fb9
commit
a6f62a99b9
@ -869,12 +869,11 @@ namespace client
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// call later if tunnel is not ready
|
// call later if tunnel is not ready
|
||||||
auto s = GetSharedFromThis();
|
AddReadyCallback([&](const boost::system::error_code & ec) {
|
||||||
AddReadyCallback([s, streamRequestComplete, dest, port](const boost::system::error_code & ec) {
|
|
||||||
if(ec)
|
if(ec)
|
||||||
streamRequestComplete(nullptr);
|
streamRequestComplete(nullptr);
|
||||||
else
|
else
|
||||||
s->CreateStream(streamRequestComplete, dest, port);
|
CreateStream(streamRequestComplete, dest, port);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user