mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 04:04:16 +00:00
fixed warning
This commit is contained in:
parent
2194ce2bfb
commit
69c013d6ab
@ -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…
x
Reference in New Issue
Block a user