Add missing type
This commit is contained in:
parent
13d0c818f3
commit
9789159427
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user