1
0
Fork 0
forked from lthn/blockchain

fixed proper work with pointer

This commit is contained in:
cryptozoidberg 2020-03-02 05:18:28 +01:00
parent fccf9933af
commit fa1af3e3aa
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -66,7 +66,7 @@ namespace tools
if (ret)
m_last_success_interract_time = time(nullptr);
else
m_plast_daemon_is_disconnected = true;
*m_plast_daemon_is_disconnected = true;
return ret;
}