diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-29 12:17:43 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-04-11 11:10:15 +0000 |
commit | 4b3bb829c25e86fb87a4bdce2cfb5d70314b2971 (patch) | |
tree | 2e6b0790b1ea0207d78cc252f50ba50d8f0d9f97 /contrib | |
parent | Merge pull request #5382 (diff) | |
download | monero-4b3bb829c25e86fb87a4bdce2cfb5d70314b2971.tar.xz |
epee: init a new ssl related variable in ctor
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/epee/include/net/abstract_tcp_server2.inl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/epee/include/net/abstract_tcp_server2.inl b/contrib/epee/include/net/abstract_tcp_server2.inl index 58f899a73..14fbec5d9 100644 --- a/contrib/epee/include/net/abstract_tcp_server2.inl +++ b/contrib/epee/include/net/abstract_tcp_server2.inl @@ -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"), |