Fix for crash on -B / --background option.
This commit is contained in:
parent
291e02adaf
commit
206f6784fd
1 changed files with 2 additions and 2 deletions
|
@ -88,11 +88,11 @@ int xmrig::App::exec()
|
||||||
|
|
||||||
m_signals = new Signals(this);
|
m_signals = new Signals(this);
|
||||||
|
|
||||||
background();
|
|
||||||
|
|
||||||
// load hasher modules
|
// load hasher modules
|
||||||
Hasher::loadHashers(m_appFileName);
|
Hasher::loadHashers(m_appFileName);
|
||||||
|
|
||||||
|
background();
|
||||||
|
|
||||||
Summary::print(m_controller);
|
Summary::print(m_controller);
|
||||||
|
|
||||||
if (m_controller->config()->isDryRun()) {
|
if (m_controller->config()->isDryRun()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue