mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
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:
committed by
Mathew Sutcliffe
parent
a4a3dd1504
commit
127f1bc38c
@@ -357,7 +357,7 @@ namespace BlackCore
|
|||||||
CLogMessage::preformatted(msgs);
|
CLogMessage::preformatted(msgs);
|
||||||
}
|
}
|
||||||
|
|
||||||
this->m_started = true;
|
this->m_started = this->m_startSetupReader; // only if requested it will be started
|
||||||
return this->m_started;
|
return this->m_started;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user