gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 01/03: cadet/client: Correct message queue that received


From: gnunet
Subject: [gnunet-scheme] 01/03: cadet/client: Correct message queue that received messages are injected in.
Date: Thu, 18 Aug 2022 16:33:22 +0200

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

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 2ea09ee3714bffa11ef9bf5e071340a6581a9ccf
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Aug 18 16:19:39 2022 +0200

    cadet/client: Correct message queue that received messages are injected in.
    
    * gnu/gnunet/cadet/client.scm
    (reconnect)[handlers]{msg:cadet:local:data}: Replace 'mq' by the
    message queue of the channel.
---
 gnu/gnunet/cadet/client.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/gnunet/cadet/client.scm b/gnu/gnunet/cadet/client.scm
index f8b3e71..868b461 100644
--- a/gnu/gnunet/cadet/client.scm
+++ b/gnu/gnunet/cadet/client.scm
@@ -194,7 +194,7 @@
                     ???))
                 ;; TODO: while the message is being processed, other messages
                 ;; cannot be accepted -- document this limitation.
-                (inject-message! mq tail))))
+                (inject-message! (channel-message-queue channel) tail))))
         (message-handler
          (type (symbol-value message-type msg:cadet:local:acknowledgement))
          ((interpose exp) exp)

-- 
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]