Add missing type

This commit is contained in:
Markus Mäkelä 2018-10-08 10:21:51 +03:00
parent 13d0c818f3
commit 9789159427
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -68,7 +68,7 @@ void configure_keepalived(TestConnections* Test, char* keepalived_file)
void stop_keepalived(TestConnections* Test)
{
for (i = 0; i < Test->maxscales->N; i++)
for (int i = 0; i < Test->maxscales->N; i++)
{
Test->maxscales->ssh_node(i, "sudo service keepalived stop", true);
}