1
0
Fork 0
forked from lthn/blockchain

added base class explicit specification

This commit is contained in:
cryptozoidberg 2022-11-18 14:00:24 +01:00
parent ccc761df3a
commit 449769b229
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -702,7 +702,7 @@ namespace epee
boost::system::error_code ec;
size_t writen = m_sct_back.get_socket().write_some(boost::asio::buffer(data, sz), ec);
size_t writen = blocked_mode_client_t<is_ssl>::m_sct_back.get_socket().write_some(boost::asio::buffer(data, sz), ec);
if (!writen || ec)
{