Browse Source

Merge commit '401357e' into cg_merges_20121203

Luke Dashjr 13 years ago
parent
commit
1de2fea4ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -5464,7 +5464,7 @@ static bool cnx_needed(struct pool *pool)
 	cp = current_pool();
 	if (cp == pool)
 		return true;
-	if (!cp->has_gbt && !cp->has_stratum && !opt_fail_only)
+	if (!cp->has_gbt && !cp->has_stratum && (!opt_fail_only || !cp->hdr_path))
 		return true;
 	return false;
 }