1
0
Fork 0
forked from lthn/blockchain

fixed another compilation problem

This commit is contained in:
cryptozoidberg 2020-03-07 14:45:21 +01:00
parent 5fac594653
commit d3c033b50b
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -139,7 +139,7 @@ namespace tools
bool r = m_http_client.connect(u.host, std::to_string(u.port), m_connection_timeout);
if (r)
{
m_plast_daemon_is_disconnected = false;
*m_plast_daemon_is_disconnected = false;
m_last_success_interract_time = time(nullptr);
}
return r;