[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.
- [gnunet] branch master updated (65dbd214b -> 67362c231), gnunet, 2023/10/18
- [gnunet] 03/11: Hello: Fix bug in cli tool to generate contrib hello file., gnunet, 2023/10/18
- [gnunet] 02/11: Hostlist: Added test config to have a peer running the hostlist server., gnunet, 2023/10/18
- [gnunet] 01/11: Hostlist: Task added to start reading the hostlist entries only after a certain period of time has elapsed., gnunet, 2023/10/18
- [gnunet] 04/11: Hello: Changed signature of method GNUNET_HELLO_builder_get_id, gnunet, 2023/10/18
- [gnunet] 06/11: Hostlist: Changed hostlist server to use a hello cache., gnunet, 2023/10/18
- [gnunet] 10/11: Merge branch 'master' of ssh://git.gnunet.org/gnunet. Undeleted src/hello/gnunet-hello.c, because it is still needed., gnunet, 2023/10/18
- [gnunet] 08/11: TNG: Fixed bug in shared secret handling of udo communicator.,
gnunet <=
- [gnunet] 07/11: Bootstrap: Fixed bug to not replace hellos for a peer., gnunet, 2023/10/18
- [gnunet] 05/11: Hostlist: Fixed bug in hostlist client., gnunet, 2023/10/18
- [gnunet] 09/11: Hello: Fix another bug in cli tool to generate contrib hello file., gnunet, 2023/10/18
- [gnunet] 11/11: Merge branch 'master' of ssh://git.gnunet.org/gnunet, gnunet, 2023/10/18