gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 25/28: use correct channel when switching


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 25/28: use correct channel when switching
Date: Fri, 10 Mar 2017 18:19:09 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

commit cfb50789b9cbb6849ec3af360cc3e8b31b0c69a0
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 10 18:14:55 2017 +0100

    use correct channel when switching
---
 src/pt/gnunet-daemon-pt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pt/gnunet-daemon-pt.c b/src/pt/gnunet-daemon-pt.c
index 54556cc52..9bd1fb16b 100644
--- a/src/pt/gnunet-daemon-pt.c
+++ b/src/pt/gnunet-daemon-pt.c
@@ -1015,7 +1015,7 @@ cadet_channel_end_cb (void *cls,
     GNUNET_CONTAINER_DLL_insert (alt->receive_queue_head,
                                  alt->receive_queue_tail,
                                  rc);
-    GNUNET_MQ_send (GNUNET_CADET_get_mq (exit->cadet_channel),
+    GNUNET_MQ_send (GNUNET_CADET_get_mq (alt->cadet_channel),
                     GNUNET_MQ_env_copy (rc->env));
   }
   try_open_exit ();

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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