Browse Source

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

nfactor-troky
Con Kolivas 14 years ago
parent
commit
1c92478997
  1. 1
      main.c

1
main.c

@ -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

Loading…
Cancel
Save