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