Browse Source

Merge commit 'be013e9' into cg_merges_20121207

Luke Dashjr 13 years ago
parent
commit
8eb8e2df34
2 changed files with 1 additions and 3 deletions
  1. 0 3
      driver-opencl.c
  2. 1 0
      util.c

+ 0 - 3
driver-opencl.c

@@ -1805,6 +1805,3 @@ struct device_api opencl_api = {
 	.thread_shutdown = opencl_thread_shutdown,
 };
 #endif
-
-
-

+ 1 - 0
util.c

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