Browse Source

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

nfactor-troky
Con Kolivas 12 years ago
parent
commit
c892ded6e0
  1. 2
      cgminer.c

2
cgminer.c

@ -3827,7 +3827,7 @@ bool queue_request(struct thr_info *thr, bool needed) @@ -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;
}

Loading…
Cancel
Save