Browse Source

Merge commit '07605fa' into stratum

Conflicts:
	miner.c
Luke Dashjr 13 years ago
parent
commit
e0a860c667
2 changed files with 1 additions and 2 deletions
  1. 1 0
      miner.c
  2. 0 2
      util.c

+ 1 - 0
miner.c

@@ -5174,6 +5174,7 @@ retry_stratum:
 		if (!auth_stratum(pool))
 			return false;
 		pool->idle = false;
+		pool->stratum_auth = true;
 		init_stratum_thread(pool);
 		return true;
 	}

+ 0 - 2
util.c

@@ -1183,8 +1183,6 @@ out:
 	if (val)
 		json_decref(val);
 
-	pool->stratum_auth = ret;
-
 	return ret;
 }