MXS-2943: Use correct variable
This commit is contained in:
parent
557a108940
commit
e6ee3aaff4
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user