mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
double ))
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: socket.c,v 1.26 2004/01/08 05:35:53 marka Exp $ */
|
/* $Id: socket.c,v 1.27 2004/01/08 08:23:11 marka Exp $ */
|
||||||
|
|
||||||
/* This code has been rewritten to take advantage of Windows Sockets
|
/* This code has been rewritten to take advantage of Windows Sockets
|
||||||
* I/O Completion Ports and Events. I/O Completion Ports is ONLY
|
* I/O Completion Ports and Events. I/O Completion Ports is ONLY
|
||||||
@@ -2167,7 +2167,7 @@ internal_accept(isc_socket_t *sock, int accept_errno) {
|
|||||||
if (fd != INVALID_SOCKET) {
|
if (fd != INVALID_SOCKET) {
|
||||||
isc_result_t tresult;
|
isc_result_t tresult;
|
||||||
tresult = make_nonblock(fd);
|
tresult = make_nonblock(fd);
|
||||||
if (tresult != ISC_R_SUCCESS)) {
|
if (tresult != ISC_R_SUCCESS) {
|
||||||
closesocket(fd);
|
closesocket(fd);
|
||||||
fd = INVALID_SOCKET;
|
fd = INVALID_SOCKET;
|
||||||
result = tresult;
|
result = tresult;
|
||||||
|
Reference in New Issue
Block a user