Order member variable initialization in TestConnections
The variables are now initialized in order and always in the constructor.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user