@@ -4265,6 +4265,7 @@ retry_stratum:
return false;
if (!auth_stratum(pool))
+ pool->stratum_auth = true;
pool->idle = false;
init_stratum_thread(pool);
return true;
@@ -1205,8 +1205,6 @@ out:
if (val)
json_decref(val);
- pool->stratum_auth = ret;
-
return ret;
}