Commit 68f1b2c4b5ff19aa856d98cc154ce244dfb41439

Con Kolivas 2012-12-08T22:14:47

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

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/util.c b/util.c
index 6a6ef7b..afc1685 100644
--- a/util.c
+++ b/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);