Partially revert 4ba011266843857bbd3201e5b925a47e88e1808f
Add back leading operator enforcement.
This commit is contained in:
@ -22,11 +22,11 @@ int main(int argc, char* argv[])
|
||||
Test->tprintf("Checking number of connections ot backend servers\n");
|
||||
for (int i = 0; i < Test->repl->N; i++)
|
||||
{
|
||||
conn_num
|
||||
= get_conn_num(Test->repl->nodes[i],
|
||||
Test->maxscales->ip(0),
|
||||
Test->maxscales->hostname[0],
|
||||
(char*) "test");
|
||||
conn_num =
|
||||
get_conn_num(Test->repl->nodes[i],
|
||||
Test->maxscales->ip(0),
|
||||
Test->maxscales->hostname[0],
|
||||
(char*) "test");
|
||||
Test->tprintf("connections: %u\n", conn_num);
|
||||
if ((i == 0) && (conn_num != 1))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user