1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-05 11:34:16 +00:00
This commit is contained in:
Kano 2012-07-30 07:34:06 +10:00
parent 68b041be6e
commit 70cba2ae25

3
api.c
View File

@ -2155,9 +2155,8 @@ static void poolpriority(__maybe_unused SOCKETTYPE c, char *param, bool isjson,
bool pools_changed[total_pools];
int new_prio[total_pools];
for (i = 0; i < total_pools; ++i) {
for (i = 0; i < total_pools; ++i)
pools_changed[i] = false;
}
next = param;
while (next && *next) {