Fix csmon configure
Prevented the monitor from starting.
This commit is contained in:
parent
995c890664
commit
8251389813
@ -121,7 +121,7 @@ void CsMonitor::update_server_status(MXS_MONITORED_SERVER* srv)
|
||||
|
||||
bool CsMonitor::configure(const MXS_CONFIG_PARAMETER* pParams)
|
||||
{
|
||||
if (MonitorWorkerSimple::configure(pParams))
|
||||
if (!MonitorWorkerSimple::configure(pParams))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user