1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
This commit is contained in:
Rasmus Lerdorf
2015-01-09 18:08:36 -08:00
parent 50c721a623
commit dbd02ad23b
+1 -1
View File
@@ -2280,7 +2280,7 @@ out:
if (_router) {
pefree(_router, 1);
}
if (server_sock >= -1) {
if (server_sock > -1) {
closesocket(server_sock);
}
}