forked from lthn/blockchain
fixed proper work with pointer
This commit is contained in:
parent
fccf9933af
commit
fa1af3e3aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue