Set started flag correctly

Parsing will disable starting if there is an issue with the cmd line (mostly network not available, bootstrap URL not reachable).
This commit is contained in:
Klaus Basan
2017-03-30 03:28:38 +02:00
committed by Mathew Sutcliffe
parent a4a3dd1504
commit 127f1bc38c

View File

@@ -357,7 +357,7 @@ namespace BlackCore
CLogMessage::preformatted(msgs);
}
this->m_started = true;
this->m_started = this->m_startSetupReader; // only if requested it will be started
return this->m_started;
}