MXS-2220 Move more server functions inside class

This commit is contained in:
Esa Korhonen
2019-01-07 13:33:31 +02:00
parent 8b53e30678
commit d5c78eb31f
13 changed files with 119 additions and 142 deletions

View File

@ -1235,7 +1235,7 @@ static void createServer(DCB* dcb,
{
pthread_mutex_lock(&server_mod_lock);
if (server_find_by_unique_name(name) == NULL)
if (Server::find_by_unique_name(name) == NULL)
{
if (runtime_create_server(name, address, port, protocol, authenticator))
{