Fixed one more socket leak
This commit is contained in:
parent
5a2d492fe8
commit
f1c4c1dfb2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user