mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 11:23:26 +01:00
epee: connection_basic: resolve CID 203920 (UNINIT_CTOR)
This commit is contained in:
parent
1b93cb74bb
commit
3a816398b3
@ -136,6 +136,7 @@ connection_basic::connection_basic(boost::asio::ip::tcp::socket&& sock, std::sha
|
|||||||
socket_(GET_IO_SERVICE(sock), get_context(m_state.get())),
|
socket_(GET_IO_SERVICE(sock), get_context(m_state.get())),
|
||||||
m_want_close_connection(false),
|
m_want_close_connection(false),
|
||||||
m_was_shutdown(false),
|
m_was_shutdown(false),
|
||||||
|
m_is_multithreaded(false),
|
||||||
m_ssl_support(ssl_support)
|
m_ssl_support(ssl_support)
|
||||||
{
|
{
|
||||||
// add nullptr checks if removed
|
// add nullptr checks if removed
|
||||||
|
Loading…
Reference in New Issue
Block a user