From: lurchi Date: Fri, 24 Nov 2017 20:55:13 +0000 (+0100) Subject: added FIXMEs X-Git-Tag: gnunet-0.11.0rc0~48^2~1^2~23 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=525a60f69f4b95ef8055f1b17ec40e0a066553aa;p=oweals%2Fgnunet.git added FIXMEs --- diff --git a/src/social/gnunet-service-social.c b/src/social/gnunet-service-social.c index 3f6999269..7396efef5 100644 --- a/src/social/gnunet-service-social.c +++ b/src/social/gnunet-service-social.c @@ -573,6 +573,8 @@ client_notify_disconnect (void *cls, plc, (GNUNET_YES == plc->is_host) ? "host" : "guest", GNUNET_h2s (&plc->pub_key_hash)); + // FIXME (due to protocol change): here we must not remove all clients, + // only the one we were notified about! struct ClientListItem *cli = plc->clients_head; while (NULL != cli) { diff --git a/src/social/social_api.c b/src/social/social_api.c index f37c52e2c..db2a59674 100644 --- a/src/social/social_api.c +++ b/src/social/social_api.c @@ -183,6 +183,7 @@ struct GNUNET_SOCIAL_Place */ struct GNUNET_PSYC_Slicer *slicer; + // FIXME: do we need is_disconnecing like on the psyc and multicast APIs? /** * Function called after disconnected from the service. */