gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: of course we need 'i' here,


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: of course we need 'i' here, not 'off'
Date: Sun, 29 Jan 2017 19:39:24 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 3aa627849 of course we need 'i' here, not 'off'
3aa627849 is described below

commit 3aa6278495c8b0824ce8e16f2b1ff302662814a2
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jan 29 19:39:23 2017 +0100

    of course we need 'i' here, not 'off'
---
 src/cadet/gnunet-service-cadet-new_connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cadet/gnunet-service-cadet-new_connection.c 
b/src/cadet/gnunet-service-cadet-new_connection.c
index 13d4c4a0c..f3603a694 100644
--- a/src/cadet/gnunet-service-cadet-new_connection.c
+++ b/src/cadet/gnunet-service-cadet-new_connection.c
@@ -719,7 +719,7 @@ connection_create (struct CadetPeer *destination,
                        cc);
   for (unsigned int i=0;i<off;i++)
     GCP_add_connection (GCPP_get_peer_at_offset (path,
-                                                 off),
+                                                 i),
                         cc);
 
   first_hop = GCPP_get_peer_at_offset (path,

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



reply via email to

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