MXS-2220 Change server name to constant string
This commit is contained in:
@ -311,7 +311,7 @@ public:
|
||||
*/
|
||||
inline const char* name() const
|
||||
{
|
||||
return m_backend->server->name;
|
||||
return m_backend->server->name();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user