
When a server is created in server_create, it sets the port to the default of 3306 if no explicit port is defined. The code that called this function still expected a minimum of three arguments: name, address and port.
When a server is created in server_create, it sets the port to the default of 3306 if no explicit port is defined. The code that called this function still expected a minimum of three arguments: name, address and port.