gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 36/64: added FIXME


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 36/64: added FIXME
Date: Sat, 30 Dec 2017 20:58:21 +0100

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

lurchi pushed a commit to branch master
in repository gnunet.

commit fc1b64c4cab95a5b39d64b06707ecf20e615af7f
Author: lurchi <address@hidden>
AuthorDate: Fri Nov 24 21:56:14 2017 +0100

    added FIXME
---
 src/psyc/gnunet-service-psyc.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/psyc/gnunet-service-psyc.c b/src/psyc/gnunet-service-psyc.c
index 8af3264fd..5397793c3 100644
--- a/src/psyc/gnunet-service-psyc.c
+++ b/src/psyc/gnunet-service-psyc.c
@@ -615,6 +615,8 @@ client_notify_disconnect (void *cls,
               (GNUNET_YES == chn->is_master) ? "master" : "slave",
               GNUNET_h2s (&chn->pub_key_hash));
 
+  // FIXME (due to protocol change): here we must not remove all clients,
+  // only the one we were notified about!
   struct ClientList *cli = chn->clients_head;
   while (NULL != cli)
   {

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



reply via email to

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