From fefc7bf98365946b0aedb106849996c122a55ae4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 17 Jan 2012 14:39:12 +0000 Subject: [PATCH] -sanity --- src/exit/gnunet-daemon-exit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c index 189accf94..3909d4a70 100644 --- a/src/exit/gnunet-daemon-exit.c +++ b/src/exit/gnunet-daemon-exit.c @@ -266,7 +266,7 @@ static struct GNUNET_CONTAINER_Heap *connections_heap; /** * If there are at least this many connections, old ones will be removed */ -static long long unsigned int max_connections = 200; +static long long unsigned int max_connections; /** * This hashmaps saves interesting things about the configured UDP services -- 2.25.1