diff -urN -x '*.orig' -x '*.rej' psqlodbc-09.03.0210/socket.c psqlodbc-09.03.0210/socket.c.new --- psqlodbc-09.03.0210/socket.c 2014-03-06 19:18:44.000000000 +0530 +++ psqlodbc-09.03.0210/socket.c.new 2014-05-15 10:01:49.772992000 +0530 @@ -534,7 +534,7 @@ fd_set fds, except_fds; struct timeval tm; #endif /* HAVE_POLL */ - BOOL no_timeout = TRUE; + BOOL no_timeout = FALSE; if (0 == retry_count) no_timeout = FALSE;