Browse Source

Reset lagging flag after it has been used in the getwork scheduler.

ckolivas 13 years ago
parent
commit
19267907c0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cgminer.c

+ 1 - 0
cgminer.c

@@ -6801,6 +6801,7 @@ begin_bench:
 			total_go++;
 		}
 		pool = select_pool(lagging);
+		lagging = false;
 retry:
 		if (pool->has_stratum) {
 			while (!pool->stratum_active) {