mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-18 23:36:39 +01:00
fixed typo
This commit is contained in:
parent
e82662b389
commit
6b939eba59
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ namespace client
|
||||||
void I2PTunnelConnection::Receive ()
|
void I2PTunnelConnection::Receive ()
|
||||||
{
|
{
|
||||||
if (m_SSL)
|
if (m_SSL)
|
||||||
m_Socket->async_read_some (boost::asio::buffer(m_Buffer, I2P_TUNNEL_CONNECTION_BUFFER_SIZE),
|
m_SSL->async_read_some (boost::asio::buffer(m_Buffer, I2P_TUNNEL_CONNECTION_BUFFER_SIZE),
|
||||||
std::bind(&I2PTunnelConnection::HandleReceive, shared_from_this (),
|
std::bind(&I2PTunnelConnection::HandleReceive, shared_from_this (),
|
||||||
std::placeholders::_1, std::placeholders::_2));
|
std::placeholders::_1, std::placeholders::_2));
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue