handling replies continuously from server
[oweals/gnunet.git] / src / util / server.c
index 6226dea6d27f6db5ceeb79f77e88d0d8bec27112..f707d1bf3eb588631d74316a94c6894db47fe419 100644 (file)
@@ -391,7 +391,7 @@ 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)
 {
-  const static int on = 1;
+  static int on = 1;
   struct GNUNET_NETWORK_Handle *sock;
   uint16_t port;
   int eno;