From 7c9fde7a3194f6f86bb2055b1294d59ecbc0bb38 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Fri, 18 Nov 2022 14:09:42 +0100 Subject: [PATCH] added base class explicit specification to another line --- contrib/epee/include/net/net_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/epee/include/net/net_helper.h b/contrib/epee/include/net/net_helper.h index 4361512d..5765c162 100644 --- a/contrib/epee/include/net/net_helper.h +++ b/contrib/epee/include/net/net_helper.h @@ -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::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.