Fixed one more socket leak

This commit is contained in:
VilhoRaatikka 2014-11-01 00:01:38 +02:00
parent 5a2d492fe8
commit f1c4c1dfb2

View File

@ -1017,7 +1017,7 @@ int gw_MySQLListener(
errno,
strerror(errno));
fprintf(stderr, "* Can't bind to %s\n\n", config_bind);
close(l_so);
return 0;
}