Browse Source

Merge commit '58e17e7' into bfgminer

Luke Dashjr 12 years ago
parent
commit
49ed3cea5a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      driver-proxy.c

+ 4 - 0
driver-proxy.c

@@ -120,7 +120,11 @@ struct proxy_client *proxy_find_or_create_client(const char *username)
 			proxy_first_client(cgpu);
 	}
 	else
+	{
 		mutex_unlock(&proxy_clients_mutex);
+		cgpu = client->cgpu;
+	}
+	thread_reportin(cgpu->thr[0]);
 	return client;
 }