MXS-2943: Use correct variable

This commit is contained in:
Markus Mäkelä 2020-03-26 06:08:34 +02:00
parent 557a108940
commit e6ee3aaff4
No known key found for this signature in database
GPG Key ID: 5CE746D557ACC499

View File

@ -86,7 +86,7 @@ int get_cs_version(MonitorServer* srv)
if (!cs_version.empty())
{
rval = to_version(result.substr(pos + prefix.length()));
rval = to_version(cs_version);
}
}