]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
double ))
authorMark Andrews <marka@isc.org>
Thu, 8 Jan 2004 08:23:11 +0000 (08:23 +0000)
committerMark Andrews <marka@isc.org>
Thu, 8 Jan 2004 08:23:11 +0000 (08:23 +0000)
lib/isc/win32/socket.c

index 5fd532034c5f32dca92b4c0b0963f3d490503f47..b03c93d295fa3e516cf2ce62a182c82befc91d3b 100644 (file)
@@ -15,7 +15,7 @@
  * 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
  * 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) {
                isc_result_t tresult;
                tresult = make_nonblock(fd);
-               if (tresult != ISC_R_SUCCESS)) {
+               if (tresult != ISC_R_SUCCESS) {
                        closesocket(fd);
                        fd = INVALID_SOCKET;
                        result = tresult;