MXS-2196: Remove listeners from services
All access to the listeners of a service are done via the listener functions.
This commit is contained in:
@ -272,7 +272,7 @@ LocalClient* LocalClient::create(MYSQL_session* session, MySQLProtocol* proto, S
|
||||
if (listener->port > 0)
|
||||
{
|
||||
/** Pick the first network listener */
|
||||
rval = create(session, proto, "127.0.0.1", service->ports->port);
|
||||
rval = create(session, proto, "127.0.0.1", listener->port);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user