MXS-2011 Fix rebase bug

This commit is contained in:
Johan Wikman 2018-08-30 14:52:07 +03:00
parent 9ff0eab539
commit 76fbe72454

View File

@ -4342,7 +4342,7 @@ int blr_apply_change_master_0(ROUTER_INSTANCE* router,
if (ssl_error != -1 &&
// No CA cert is defined or only one of CERT or KEY is defined
(new_config.ssl_ca.empty() || new_config.ssl_cert.empty() != new_config.ssl_key.empty())
(new_config.ssl_ca.empty() || new_config.ssl_cert.empty() != new_config.ssl_key.empty()))
{
if (new_config.ssl_enabled)
{