summaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c
index a9493f0..54f8c8a 100644
--- a/client.c
+++ b/client.c
@@ -290,8 +290,8 @@ void client_connected_loop_iteration(uint32_t friendnumber)
290 /* Handle accepting new connections */ 290 /* Handle accepting new connections */
291 if(client_tunnel.sockfd <= 0) /* Don't accept if we're already waiting to establish a tunnel */ 291 if(client_tunnel.sockfd <= 0) /* Don't accept if we're already waiting to establish a tunnel */
292 { 292 {
293 log_printf(L_DEBUG, "calling accept(%d)", bind_sockfd);
294 accept_fd = accept(bind_sockfd, NULL, NULL); 293 accept_fd = accept(bind_sockfd, NULL, NULL);
294 log_printf(L_DEBUG4, "calling accept(%d)", bind_sockfd);
295 if(accept_fd != -1) 295 if(accept_fd != -1)
296 { 296 {
297 log_printf(L_INFO, "Accepting a new connection - requesting tunnel...\n"); 297 log_printf(L_INFO, "Accepting a new connection - requesting tunnel...\n");