From 309ad1364e8ea04a0a2dff35919b3c8a0fadf0b1 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Mon, 6 Jul 2020 23:34:48 +0200 Subject: fix: cadet fix to use correct tunnel end --- src/cadet/gnunet-service-cadet_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cadet/gnunet-service-cadet_core.c b/src/cadet/gnunet-service-cadet_core.c index 04847f906..db47c8a90 100644 --- a/src/cadet/gnunet-service-cadet_core.c +++ b/src/cadet/gnunet-service-cadet_core.c @@ -822,7 +822,7 @@ handle_connection_create ( GCP_2s (origin), GNUNET_sh2s (&msg->cid.connection_of_tunnel)); path = GCPP_get_path_from_route (path_length - 1, pids); - t = GCP_get_tunnel (sender, GNUNET_YES); + t = GCP_get_tunnel (origin, GNUNET_YES); // Check for CADET state in case the other side has lost the tunnel (xrs,t3ss) if ((GNUNET_YES == msg->has_monotime) && -- cgit v1.2.3