gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: fix: cadet fix to use correct tunnel end


From: gnunet
Subject: [gnunet] branch master updated: fix: cadet fix to use correct tunnel end
Date: Mon, 06 Jul 2020 23:40:33 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 309ad1364 fix: cadet fix to use correct tunnel end
309ad1364 is described below

commit 309ad1364e8ea04a0a2dff35919b3c8a0fadf0b1
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Mon Jul 6 23:34:48 2020 +0200

    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) &&

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]