This commit is contained in:
Rasmus Lerdorf 2015-01-09 18:08:36 -08:00
parent 50c721a623
commit dbd02ad23b

View file

@ -2280,7 +2280,7 @@ out:
if (_router) {
pefree(_router, 1);
}
if (server_sock >= -1) {
if (server_sock > -1) {
closesocket(server_sock);
}
}