mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 23:42:24 +00:00
epee: init a new ssl related variable in ctor
This commit is contained in:
parent
5c02316598
commit
4b3bb829c2
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ PRAGMA_WARNING_DISABLE_VS(4355)
|
|||
:
|
||||
connection_basic(std::move(sock), state, ssl_support),
|
||||
m_protocol_handler(this, check_and_get(state).config, context),
|
||||
buffer_ssl_init_fill(0),
|
||||
m_connection_type( connection_type ),
|
||||
m_throttle_speed_in("speed_in", "throttle_speed_in"),
|
||||
m_throttle_speed_out("speed_out", "throttle_speed_out"),
|
||||
|
|
Loading…
Reference in a new issue