mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
Fix bug #68784
This commit is contained in:
@@ -2280,7 +2280,7 @@ out:
|
||||
if (_router) {
|
||||
pefree(_router, 1);
|
||||
}
|
||||
if (server_sock >= -1) {
|
||||
if (server_sock > -1) {
|
||||
closesocket(server_sock);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user