summaryrefslogtreecommitdiffstats
path: root/common/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/socket.c')
-rw-r--r--common/socket.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/socket.c b/common/socket.c
index 354e6a4..99a96b1 100644
--- a/common/socket.c
+++ b/common/socket.c
@@ -1084,8 +1084,6 @@ int socket_check_fd(int fd, fd_mode fdm, unsigned int timeout)
1084 return -1; 1084 return -1;
1085 } 1085 }
1086 } else if (sret == 0) { 1086 } else if (sret == 0) {
1087 if (verbose >= 2)
1088 fprintf(stderr, "%s: timeout\n", __func__);
1089 return -ETIMEDOUT; 1087 return -ETIMEDOUT;
1090 } 1088 }
1091 } while (eagain); 1089 } while (eagain);