mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
rpc: always set the update field in update on sucess
Coverity 205416
This commit is contained in:
parent
411f1b0ee3
commit
3c849188ab
1 changed files with 1 additions and 0 deletions
|
@ -2617,6 +2617,7 @@ namespace cryptonote
|
||||||
{
|
{
|
||||||
RPC_TRACKER(update);
|
RPC_TRACKER(update);
|
||||||
|
|
||||||
|
res.update = false;
|
||||||
if (m_core.offline())
|
if (m_core.offline())
|
||||||
{
|
{
|
||||||
res.status = "Daemon is running offline";
|
res.status = "Daemon is running offline";
|
||||||
|
|
Loading…
Reference in a new issue