forked from lthn/blockchain
added base class explicit specification to another line
This commit is contained in:
parent
449769b229
commit
7c9fde7a31
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue