aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-17 14:39:12 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-17 14:39:12 +0000
commitfefc7bf98365946b0aedb106849996c122a55ae4 (patch)
tree59effdd4e7b360b797d748adb81224ca94499c11 /src
parent78a4af4cd7066d524d6ce8d2ddca904a09392ba5 (diff)
downloadgnunet-fefc7bf98365946b0aedb106849996c122a55ae4.tar.gz
gnunet-fefc7bf98365946b0aedb106849996c122a55ae4.zip
-sanity
Diffstat (limited to 'src')
-rw-r--r--src/exit/gnunet-daemon-exit.c2
1 files changed, 1 insertions, 1 deletions
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;
266/** 266/**
267 * If there are at least this many connections, old ones will be removed 267 * If there are at least this many connections, old ones will be removed
268 */ 268 */
269static long long unsigned int max_connections = 200; 269static long long unsigned int max_connections;
270 270
271/** 271/**
272 * This hashmaps saves interesting things about the configured UDP services 272 * This hashmaps saves interesting things about the configured UDP services