1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-12 15:58:05 +00:00

Merge pull request #322 from luke-jr/bugfix_stratum_tmpwork

Bugfix: Initialize temporary stratum work
This commit is contained in:
Con Kolivas 2012-10-29 21:48:59 -07:00
commit 7e17af6913

View File

@ -4361,6 +4361,7 @@ static void *stratum_thread(void *userdata)
free(s);
if (pool->swork.clean) {
struct work work;
memset(&work, 0, sizeof(work));
/* Generate a single work item to update the current
* block database */