Fixed Coverity case 72706
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user