-dce
authorChristian Grothoff <christian@grothoff.org>
Fri, 15 Jun 2012 10:47:08 +0000 (10:47 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 15 Jun 2012 10:47:08 +0000 (10:47 +0000)
src/util/server.c

index c21b9e2dbd109785a4554aa9816718a9bae088e3..1f8c654b5387b26ff9b6e0a4dd5ad8be86a8f900 100644 (file)
@@ -426,7 +426,6 @@ process_listen_socket (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 static struct GNUNET_NETWORK_Handle *
 open_listen_socket (const struct sockaddr *serverAddr, socklen_t socklen)
 {
-  static int on = 1;
   struct GNUNET_NETWORK_Handle *sock;
   uint16_t port;
   int eno;