aboutsummaryrefslogtreecommitdiff
path: root/src/psyc
diff options
context:
space:
mode:
Diffstat (limited to 'src/psyc')
-rw-r--r--src/psyc/gnunet-service-psyc.c2
1 files changed, 2 insertions, 0 deletions
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,
615 (GNUNET_YES == chn->is_master) ? "master" : "slave", 615 (GNUNET_YES == chn->is_master) ? "master" : "slave",
616 GNUNET_h2s (&chn->pub_key_hash)); 616 GNUNET_h2s (&chn->pub_key_hash));
617 617
618 // FIXME (due to protocol change): here we must not remove all clients,
619 // only the one we were notified about!
618 struct ClientList *cli = chn->clients_head; 620 struct ClientList *cli = chn->clients_head;
619 while (NULL != cli) 621 while (NULL != cli)
620 { 622 {