Commit 4f1f5c8ec93a3a0e615c501489a05d720b1d60c4

Con Kolivas 2012-12-19T20:04:22

Revert "Reset lagging flag after it has been used in the getwork scheduler." This reverts commit 19267907c038a0d5e94be2b229d1e61b565e371d. Redundant.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/cgminer.c b/cgminer.c
index 4cfcf6c..7e34eac 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -6801,7 +6801,6 @@ begin_bench:
 			total_go++;
 		}
 		pool = select_pool(lagging);
-		lagging = false;
 retry:
 		if (pool->has_stratum) {
 			while (!pool->stratum_active) {