1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Reset sequential reject counter after a pool is disabled for when it is re-enabled.

This commit is contained in:
ckolivas 2012-05-04 12:51:32 +10:00
parent 852f6a0eb0
commit 4d090a587c

View File

@ -1724,6 +1724,7 @@ static bool submit_upstream_work(const struct work *work, CURL *curl)
pool->enabled = false;
if (pool == current_pool())
switch_pools(NULL);
pool->seq_rejects = 0;
}
}
}