Browse Source

Decrease the queued count with stratum work once it's staged as well.

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

1
cgminer.c

@ -2583,6 +2583,7 @@ static void *get_work_thread(void *userdata) @@ -2583,6 +2583,7 @@ static void *get_work_thread(void *userdata)
kill_work();
free(ret_work);
}
dec_queued(pool);
goto out;
}

Loading…
Cancel
Save