Browse Source

Semi-Merge commit '56068d6' into cg_merges_20130513

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

+ 2 - 1
util.c

@@ -1902,11 +1902,12 @@ bool initiate_stratum(struct pool *pool)
 	json_error_t err;
 	int n2size;
 
+resend:
 	if (!setup_stratum_curl(pool))
 		goto out;
 
 	sockd = true;
-resend:
+
 	if (noresume) {
 		/* Get rid of any crap lying around if we're resending */
 		clear_sock(pool);