mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-27 21:34:17 +00:00
fixed creash
This commit is contained in:
parent
5e1f3a4939
commit
3e81123d94
@ -214,7 +214,7 @@ namespace stream
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
m_ReceiveTimer.expires_from_now (boost::posix_time::seconds(timeout));
|
m_ReceiveTimer.expires_from_now (boost::posix_time::seconds(timeout));
|
||||||
m_ReceiveTimer.async_wait ([&buffer, handler, this](const boost::system::error_code& ecode)
|
m_ReceiveTimer.async_wait ([=](const boost::system::error_code& ecode)
|
||||||
{ this->HandleReceiveTimer (ecode, buffer, handler); });
|
{ this->HandleReceiveTimer (ecode, buffer, handler); });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user