mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-13 08:17:38 +01:00
fixed warning
This commit is contained in:
parent
2194ce2bfb
commit
69c013d6ab
1 changed files with 1 additions and 1 deletions
|
@ -60,8 +60,8 @@ namespace proxy
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
i2p::stream::Stream * m_Stream;
|
|
||||||
boost::asio::ip::tcp::socket * m_Socket;
|
boost::asio::ip::tcp::socket * m_Socket;
|
||||||
|
i2p::stream::Stream * m_Stream;
|
||||||
char m_Buffer[8192], m_StreamBuffer[8192];
|
char m_Buffer[8192], m_StreamBuffer[8192];
|
||||||
request m_Request;
|
request m_Request;
|
||||||
reply m_Reply;
|
reply m_Reply;
|
||||||
|
|
Loading…
Add table
Reference in a new issue