pass correct closure
authorChristian Grothoff <christian@grothoff.org>
Sun, 22 Jan 2017 15:51:37 +0000 (16:51 +0100)
committerChristian Grothoff <christian@grothoff.org>
Sun, 22 Jan 2017 15:51:37 +0000 (16:51 +0100)
src/cadet/gnunet-service-cadet-new_tunnels.c

index 8923f6056b10bc770313ba1ad9c1a2b1c899fec0..58486dce5668e9288482035da96723f4d61c4941 100644 (file)
@@ -2235,7 +2235,7 @@ GCT_add_inbound_connection (struct CadetTunnel *t,
                                ct,
                                cid,
                                &connection_ready_cb,
-                               t);
+                               ct);
   /* FIXME: schedule job to kill connection (and path?)  if it takes
      too long to get ready! (And track performance data on how long
      other connections took with the tunnel!)