Browse Source

Merge commit 'ea28140' into bfgminer-2.10.x

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

+ 1 - 0
util.c

@@ -1637,6 +1637,7 @@ bool initiate_stratum(struct pool *pool)
 	}
 	if (pool->sock == INVSOCK)
 	{
+		pool->stratum_curl = NULL;
 		curl_easy_cleanup(curl);
 		applog(LOG_ERR, "Stratum connect succeeded, but technical problem extracting socket (pool %u)", pool->pool_no);
 		goto out;