Browse Source

Set successful connect to true on auth stratum to allow summary on exit from single stratum pool.

Con Kolivas 13 years ago
parent
commit
68f1b2c4b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      util.c

+ 1 - 0
util.c

@@ -1311,6 +1311,7 @@ bool auth_stratum(struct pool *pool)
 	ret = true;
 	applog(LOG_INFO, "Stratum authorisation success for pool %d", pool->pool_no);
 	pool->probed = true;
+	successful_connect = true;
 out:
 	if (val)
 		json_decref(val);