aboutsummaryrefslogtreecommitdiff
path: root/src/util/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/server.c')
-rw-r--r--src/util/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/server.c b/src/util/server.c
index 6226dea6d..f707d1bf3 100644
--- a/src/util/server.c
+++ b/src/util/server.c
@@ -391,7 +391,7 @@ process_listen_socket (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
391static struct GNUNET_NETWORK_Handle * 391static struct GNUNET_NETWORK_Handle *
392open_listen_socket (const struct sockaddr *serverAddr, socklen_t socklen) 392open_listen_socket (const struct sockaddr *serverAddr, socklen_t socklen)
393{ 393{
394 const static int on = 1; 394 static int on = 1;
395 struct GNUNET_NETWORK_Handle *sock; 395 struct GNUNET_NETWORK_Handle *sock;
396 uint16_t port; 396 uint16_t port;
397 int eno; 397 int eno;