Fix csmon configure

Prevented the monitor from starting.
This commit is contained in:
Esa Korhonen 2019-03-18 12:06:47 +02:00
parent 995c890664
commit 8251389813

View File

@ -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;
}