1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

Make sure there are true pending staged work items as well in failover only mode.

This commit is contained in:
Con Kolivas 2012-08-12 10:40:58 +10:00
parent 61003df49f
commit c892ded6e0

View File

@ -3827,7 +3827,7 @@ bool queue_request(struct thr_info *thr, bool needed)
mutex_unlock(stgd_lock);
if (opt_fail_only) {
if (pps >= maxq) {
if (pps >= maxq && ps) {
ret = true;
goto out;
}