* 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
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;