From: lurchi Date: Fri, 24 Nov 2017 20:56:14 +0000 (+0100) Subject: added FIXME X-Git-Tag: gnunet-0.11.0rc0~48^2~1^2~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fc1b64c4cab95a5b39d64b06707ecf20e615af7f;p=oweals%2Fgnunet.git added FIXME --- 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) {