Parent Directory
|
Revision Log
|
Patch
| Revision 1.102 by sysadm, Thu Dec 18 10:43:48 2025 UTC | Revision 1.103 by sysadm, Thu Dec 18 11:18:29 2025 UTC | |
|---|---|---|
| # | Line 1373 cleanup: | Line 1373 cleanup: |
| 1373 | ||
| 1374 | if (sock != -1 && close(sock) == -1) | if (sock != -1 && close(sock) == -1) |
| 1375 | { | { |
| 1376 | log_error("Close socket failed\n"); | log_error("close(socket) error (%d)\n", errno); |
| 1377 | } | } |
| 1378 | ||
| 1379 | if (res) | if (res) |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |