1
0
Fork 0
forked from lthn/blockchain

added base class explicit specification to another line

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

View file

@ -745,7 +745,7 @@ namespace epee
// asynchronous operations are cancelled. This allows the blocked
// connect(), read_line() or write_line() functions to return.
LOG_PRINT_L3("Timed out socket");
m_sct_back.get_socket().close();
blocked_mode_client_t<is_ssl>::m_sct_back.get_socket().close();
// There is no longer an active deadline. The expiry is set to positive
// infinity so that the actor takes no action until a new deadline is set.