mirror of
https://github.com/xmrig/xmrig.git
synced 2026-07-05 16:12:40 -04:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 72452c41a7 | |||
| 3a46a28af0 |
+2
-2
@@ -61,13 +61,13 @@ int xmrig::App::exec()
|
|||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_signals = std::make_shared<Signals>(this);
|
|
||||||
|
|
||||||
int rc = 0;
|
int rc = 0;
|
||||||
if (background(rc)) {
|
if (background(rc)) {
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_signals = std::make_shared<Signals>(this);
|
||||||
|
|
||||||
rc = m_controller->init();
|
rc = m_controller->init();
|
||||||
if (rc != 0) {
|
if (rc != 0) {
|
||||||
return rc;
|
return rc;
|
||||||
|
|||||||
Reference in New Issue
Block a user