aboutsummaryrefslogtreecommitdiff
path: root/src/psyc
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2017-11-24 21:56:14 +0100
committerlurchi <lurchi@strangeplace.net>2017-11-24 21:56:14 +0100
commitfc1b64c4cab95a5b39d64b06707ecf20e615af7f (patch)
tree94a0cf851e9d277dbf102b86947ad39fadbfe6d7 /src/psyc
parent525a60f69f4b95ef8055f1b17ec40e0a066553aa (diff)
downloadgnunet-fc1b64c4cab95a5b39d64b06707ecf20e615af7f.tar.gz
gnunet-fc1b64c4cab95a5b39d64b06707ecf20e615af7f.zip
added FIXME
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 {