Browse Source

Merge commit 'b209a56' into bfgminer

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

+ 1 - 0
miner.c

@@ -2581,6 +2581,7 @@ static bool submit_upstream_work(struct work *work, CURL *curl, bool resubmit)
 	}
 
 	applog(LOG_DEBUG, "DBG: sending %s submit RPC call: %s", pool->rpc_url, sd);
+	if (!work->tmpl)
 	strcat(s, "\n");
 
 	gettimeofday(&tv_submit, NULL);