Fix for error notification.

This commit is contained in:
XMRig 2017-06-07 07:34:14 +03:00
parent 5f1f901649
commit 387524e1c5
3 changed files with 8 additions and 4 deletions

View file

@ -129,7 +129,6 @@ bool Job::setTarget(const char *target)
return false;
}
m_diff = toDiff(m_target);
return true;
}