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

Make sure to set first work as mandatory instead of generating work locally from it.

This commit is contained in:
Con Kolivas 2011-07-09 17:11:22 +10:00
parent 102c4d4088
commit 1c92478997

1
main.c
View File

@ -1772,6 +1772,7 @@ int main (int argc, char *argv[])
applog(LOG_ERR, "Failed to queue_request in main"); applog(LOG_ERR, "Failed to queue_request in main");
return 1; return 1;
} }
inc_staged(1, true);
} }
#ifdef HAVE_OPENCL #ifdef HAVE_OPENCL