gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 08/11: TNG: Fixed bug in shared secret handling of udo communic


From: gnunet
Subject: [gnunet] 08/11: TNG: Fixed bug in shared secret handling of udo communicator.
Date: Wed, 18 Oct 2023 15:49:37 +0200

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

t3sserakt pushed a commit to branch master
in repository gnunet.

commit c5cce2b62803f9ebd6de86da295540f852719dcd
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Wed Oct 18 13:54:57 2023 +0200

    TNG: Fixed bug in shared secret handling of udo communicator.
---
 src/transport/gnunet-communicator-udp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/transport/gnunet-communicator-udp.c 
b/src/transport/gnunet-communicator-udp.c
index a58423c95..df08e807e 100644
--- a/src/transport/gnunet-communicator-udp.c
+++ b/src/transport/gnunet-communicator-udp.c
@@ -1013,7 +1013,7 @@ secret_destroy (struct SharedSecret *ss)
     sender->num_secrets--;
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "%u sender->num_secrets\n",
-                receiver->num_secrets);
+                sender->num_secrets);
     if (NULL != ss->sender->kce_task)
     {
       GNUNET_SCHEDULER_cancel (ss->sender->kce_task);

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