Browse Source

Merge commit 'd951da2' into bfgminer

Luke Dashjr 13 years ago
parent
commit
e170fa3d1b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      miner.c

+ 2 - 0
miner.c

@@ -3708,6 +3708,8 @@ static void *submit_work_thread(__maybe_unused void *userdata)
 				}
 				++wip;
 			}
+			else
+				--total_submitting;
 		}
 		if (unlikely(shutting_down && !wip))
 			break;