Reset lagging flag after it has been used in the getwork scheduler.
diff --git a/cgminer.c b/cgminer.c
index 7e34eac..4cfcf6c 100644
--- a/cgminer.c
+++ b/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) {