Partially revert 4ba011266843857bbd3201e5b925a47e88e1808f

Add back leading operator enforcement.
This commit is contained in:
Markus Mäkelä
2018-09-20 15:26:51 +03:00
parent d8d0b1a29c
commit 71ffef5708
95 changed files with 1395 additions and 1392 deletions

View File

@ -45,8 +45,8 @@ int hash_password(TestConnections* test)
int exit_code;
test->tprintf("Creating a new encrypted password\n");
char* enc_pw
= test->maxscales->ssh_node_output(0, "maxpasswd /var/lib/maxscale/ skysql", true, &exit_code);
char* enc_pw =
test->maxscales->ssh_node_output(0, "maxpasswd /var/lib/maxscale/ skysql", true, &exit_code);
char* ptr = strchr(enc_pw, '\n');
if (ptr)