Browse Source

Merge commit '98c179c' into bfgminer

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

+ 1 - 0
util.c

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