gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fixed bug 5228


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fixed bug 5228
Date: Sun, 24 Jun 2018 15:15:48 +0200

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 a60bc3925 fixed bug 5228
a60bc3925 is described below

commit a60bc39254a063f93f4b193691504e1bba0cb608
Author: t3sserakt <address@hidden>
AuthorDate: Sun Jun 24 15:15:35 2018 +0200

    fixed bug 5228
---
 src/cadet/gnunet-service-cadet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cadet/gnunet-service-cadet.c b/src/cadet/gnunet-service-cadet.c
index 668b4ddb5..38037e92f 100644
--- a/src/cadet/gnunet-service-cadet.c
+++ b/src/cadet/gnunet-service-cadet.c
@@ -874,7 +874,7 @@ path_info_iterator (void *cls,
 {
   struct GNUNET_MQ_Handle *mq = cls;
   struct GNUNET_MQ_Envelope *env;
-  struct GNUNET_MessageHeader *resp;
+  struct GNUNET_CADET_LocalInfoPeer *resp;
   struct GNUNET_PeerIdentity *id;
   uint16_t path_size;
   unsigned int i;

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



reply via email to

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