diff --git a/server/modules/protocol/mysql_client.c b/server/modules/protocol/mysql_client.c index a9640bf2b..23219ac83 100644 --- a/server/modules/protocol/mysql_client.c +++ b/server/modules/protocol/mysql_client.c @@ -1039,7 +1039,7 @@ int gw_MySQLListener( errno, strerror(errno)); fprintf(stderr, "* Can't bind to %s\n\n", config_bind); - + close(l_so); return 0; } break;