Browse Source

Set the wrong bool in pool_active

nfactor-troky
Con Kolivas 12 years ago
parent
commit
9b34d82154
  1. 1
      cgminer.c

1
cgminer.c

@ -5013,7 +5013,6 @@ retry_stratum: @@ -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

Loading…
Cancel
Save