mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-04 05:49:35 -05:00
- Fix to close errno block in comm_point_tcp_handle_read outside of
ifdef.
This commit is contained in:
parent
22e43aa631
commit
c0eaadfc42
2 changed files with 3 additions and 1 deletions
|
|
@ -6,6 +6,8 @@
|
|||
- Fix to remove erroneous TC flag from TCP upstream.
|
||||
- Fix test tdir skip report printout.
|
||||
- Fix windows compile, the identifier interface is defined in headers.
|
||||
- Fix to close errno block in comm_point_tcp_handle_read outside of
|
||||
ifdef.
|
||||
|
||||
26 September 2022: George
|
||||
- Better output for skipped tdir tests.
|
||||
|
|
|
|||
|
|
@ -2216,8 +2216,8 @@ recv_error:
|
|||
c->repinfo.remote_addrlen);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#else /* USE_WINSOCK */
|
||||
if(recv_initial) {
|
||||
if(WSAGetLastError() == WSAECONNREFUSED && verbosity < 2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue