From fc1b64c4cab95a5b39d64b06707ecf20e615af7f Mon Sep 17 00:00:00 2001 From: lurchi Date: Fri, 24 Nov 2017 21:56:14 +0100 Subject: [PATCH] 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) { -- 2.25.1