gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: - fixed bug in connect cmd


From: gnunet
Subject: [gnunet] branch master updated: - fixed bug in connect cmd
Date: Tue, 30 Nov 2021 11:12:10 +0100

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

t3sserakt pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 5954e6f79 - fixed bug in connect cmd
5954e6f79 is described below

commit 5954e6f7965d1575b9acde2492801f5c69f92dfc
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Tue Nov 30 11:12:02 2021 +0100

    - fixed bug in connect cmd
---
 src/transport/transport_api_cmd_connecting_peers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/transport/transport_api_cmd_connecting_peers.c 
b/src/transport/transport_api_cmd_connecting_peers.c
index 33faee296..f65b6f666 100644
--- a/src/transport/transport_api_cmd_connecting_peers.c
+++ b/src/transport/transport_api_cmd_connecting_peers.c
@@ -130,7 +130,7 @@ notify_connect (struct GNUNET_TESTING_Interpreter *is,
   cmd = GNUNET_TESTING_interpreter_lookup_command_all (is,
                                                        "connect-peers");
   cps = cmd->cls;
-  con_num = cps->con_num;
+  con_num = cps->con_num_notified;
   for (pos_connection = cps->node_connections_head; NULL != pos_connection;
        pos_connection = pos_connection->next)
   {

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