Order member variable initialization in TestConnections

The variables are now initialized in order and always in the constructor.
This commit is contained in:
Markus Mäkelä
2017-10-05 08:06:10 +03:00
parent a3ba81ddbe
commit a4271cb94e
2 changed files with 17 additions and 23 deletions

View File

@ -257,7 +257,7 @@ public:
/**
* @brief ssl if true ssl will be used
*/
int ssl;
bool ssl;
/**
* @brief backend_ssl if true ssl configuratio for all servers will be added