Fixed Coverity case 72706

This commit is contained in:
VilhoRaatikka
2014-10-31 23:35:29 +02:00
parent deffd4a69f
commit 8aff04b0e9

View File

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