Browse Source

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

Con Kolivas 14 years ago
parent
commit
1c92478997
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main.c

+ 1 - 0
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