Small fixes.

This commit is contained in:
XMRig
2018-03-31 17:51:33 +07:00
parent 5e745f20a7
commit d528e6da31
5 changed files with 14 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ App::~App()
int App::exec()
{
if (!m_controller->config()) {
if (!m_controller->isReady()) {
return 2;
}