aboutsummaryrefslogtreecommitdiff
path: root/src/Sockets.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Sockets.c')
-rw-r--r--src/Sockets.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Sockets.c b/src/Sockets.c
index b080ed0..7857df2 100644
--- a/src/Sockets.c
+++ b/src/Sockets.c
@@ -15,7 +15,6 @@
#include "util_Network.h"
#include "SocketUtils.h"
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <signal.h>
@@ -226,7 +225,7 @@ int HTTP_Poll(cGH *cctkGH, long sec, long usec)
fd_set read_fd_set = active_fd_set;
struct sockaddr_in clientname;
struct timeval timeout;
- httpSocket *this, *next;
+ httpSocket *this;
timeout.tv_sec = sec;