Browse Source

Merge commit '98c179c' into bfgminer-2.9.x

Luke Dashjr 13 years ago
parent
commit
b1c3b5aa98
1 changed files with 1 additions and 0 deletions
  1. 1 0
      util.c

+ 1 - 0
util.c

@@ -1317,6 +1317,7 @@ bool initiate_stratum(struct pool *pool)
 	bool ret = false;
 	bool ret = false;
 
 
 	mutex_lock(&pool->stratum_lock);
 	mutex_lock(&pool->stratum_lock);
+	pool->swork.transparency_time = (time_t)-1;
 	pool->stratum_active = false;
 	pool->stratum_active = false;
 	if (!pool->stratum_curl) {
 	if (!pool->stratum_curl) {
 		pool->stratum_curl = curl_easy_init();
 		pool->stratum_curl = curl_easy_init();