1
0
Fork 0
forked from lthn/blockchain

fixed linux-specific compilation problem

This commit is contained in:
cryptozoidberg 2022-11-17 22:00:59 +01:00
parent 490b8b12f1
commit cadb3d033a
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -650,7 +650,7 @@ namespace epee
class async_blocked_mode_client_t : public blocked_mode_client_t<is_ssl>
{
public:
async_blocked_mode_client_t() :m_send_deadline(blocked_mode_client::m_io_service)
async_blocked_mode_client_t() :m_send_deadline(blocked_mode_client_t<is_ssl>::m_io_service)
{
// No deadline is required until the first socket operation is started. We