From 525a60f69f4b95ef8055f1b17ec40e0a066553aa Mon Sep 17 00:00:00 2001 From: lurchi Date: Fri, 24 Nov 2017 21:55:13 +0100 Subject: [PATCH] added FIXMEs --- src/social/gnunet-service-social.c | 2 ++ src/social/social_api.c | 1 + 2 files changed, 3 insertions(+) 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. */ -- 2.25.1