Browse Source

more whitespace bullshit

pull/881/head
Jeff Becker 7 years ago
parent
commit
be88969b79
  1. 2
      libi2pd/NTCPSession.cpp

2
libi2pd/NTCPSession.cpp

@ -324,7 +324,7 @@ namespace transport @@ -324,7 +324,7 @@ namespace transport
m_Encryption.Encrypt(m_ReceiveBuffer, len, m_ReceiveBuffer);
boost::asio::async_write (m_Socket, boost::asio::buffer (m_ReceiveBuffer, len), boost::asio::transfer_all (),
std::bind(&NTCPSession::HandlePhase3Sent, shared_from_this (), std::placeholders::_1, std::placeholders::_2, tsA));
std::bind(&NTCPSession::HandlePhase3Sent, shared_from_this (), std::placeholders::_1, std::placeholders::_2, tsA));
}
void NTCPSession::HandlePhase3Sent (const boost::system::error_code& ecode, std::size_t bytes_transferred, uint32_t tsA)

Loading…
Cancel
Save