aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-22 16:51:37 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-22 16:51:37 +0100
commit970d06eab7013f243d62c2d349a7c1dd89fea9d4 (patch)
treecf927f59e29bc4e4ec6665fd9373f813a9e11863 /src
parentc2ed00daf302674f4cf9ffcbdfaa19d38ed57548 (diff)
downloadgnunet-970d06eab7013f243d62c2d349a7c1dd89fea9d4.tar.gz
gnunet-970d06eab7013f243d62c2d349a7c1dd89fea9d4.zip
pass correct closure
Diffstat (limited to 'src')
-rw-r--r--src/cadet/gnunet-service-cadet-new_tunnels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet-new_tunnels.c b/src/cadet/gnunet-service-cadet-new_tunnels.c
index 8923f6056..58486dce5 100644
--- a/src/cadet/gnunet-service-cadet-new_tunnels.c
+++ b/src/cadet/gnunet-service-cadet-new_tunnels.c
@@ -2235,7 +2235,7 @@ GCT_add_inbound_connection (struct CadetTunnel *t,
2235 ct, 2235 ct,
2236 cid, 2236 cid,
2237 &connection_ready_cb, 2237 &connection_ready_cb,
2238 t); 2238 ct);
2239 /* FIXME: schedule job to kill connection (and path?) if it takes 2239 /* FIXME: schedule job to kill connection (and path?) if it takes
2240 too long to get ready! (And track performance data on how long 2240 too long to get ready! (And track performance data on how long
2241 other connections took with the tunnel!) 2241 other connections took with the tunnel!)