Kano 13 years ago
parent
commit
70cba2ae25
1 changed files with 1 additions and 2 deletions
  1. 1 2
      api.c

+ 1 - 2
api.c

@@ -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) {