added FIXME
authorlurchi <lurchi@strangeplace.net>
Fri, 24 Nov 2017 20:56:14 +0000 (21:56 +0100)
committerlurchi <lurchi@strangeplace.net>
Fri, 24 Nov 2017 20:56:14 +0000 (21:56 +0100)
src/psyc/gnunet-service-psyc.c

index 8af3264fd50bcfa42c864d69c4f0935fb5e41f0a..5397793c3f6ad1d1d86850555adad1066edfa7a1 100644 (file)
@@ -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)
   {