From 1c924789977fde6980029564a028dcbee1babf51 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 9 Jul 2011 17:11:22 +1000 Subject: [PATCH] Make sure to set first work as mandatory instead of generating work locally from it. --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index 53926d3d..9abcc5bd 100644 --- a/main.c +++ b/main.c @@ -1772,6 +1772,7 @@ int main (int argc, char *argv[]) applog(LOG_ERR, "Failed to queue_request in main"); return 1; } + inc_staged(1, true); } #ifdef HAVE_OPENCL