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

Set the wrong bool in pool_active

This commit is contained in:
Con Kolivas 2013-03-09 08:10:57 +11:00
parent de28944328
commit 9b34d82154

View File

@ -5013,7 +5013,6 @@ retry_stratum:
if (!init) {
bool ret = initiate_stratum(pool) && auth_stratum(pool);
pool->idle = ret;
if (ret)
init_stratum_thread(pool);
else