Browse Source

Merge commit '2225159' into bfgminer-3.10.x

Conflicts:
	miner.c
Luke Dashjr 11 years ago
parent
commit
aecf50d85b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      miner.c

+ 3 - 0
miner.c

@@ -1053,6 +1053,9 @@ struct pool *add_pool(void)
 	adjust_quota_gcd();
 	
 	enable_pool(pool);
+	
+	if (!currentpool)
+		currentpool = pool;
 
 	return pool;
 }