Browse Source

Merge commit '87059e4' into bfgminer

Conflicts:
	miner.c
Luke Dashjr 13 years ago
parent
commit
05223c3301
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -3458,7 +3458,7 @@ static bool stale_work(struct work *work, bool share)
 			return true;
 		}
 
-	if (!share && pool->has_stratum) {
+	if (pool->has_stratum && work->job_id) {
 		bool same_job = true;
 
 		mutex_lock(&pool->pool_lock);