From: Gabor X Toth <*@tg-x.net> Date: Mon, 7 Mar 2016 15:11:52 +0000 (+0000) Subject: social: todo X-Git-Tag: initial-import-from-subversion-38251~1019 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1d2cec96289a1bd1600aa39dbc8ab422298e0973;p=oweals%2Fgnunet.git social: todo --- diff --git a/src/social/gnunet-service-social.c b/src/social/gnunet-service-social.c index 04042784c..98b1d4b59 100644 --- a/src/social/gnunet-service-social.c +++ b/src/social/gnunet-service-social.c @@ -3129,6 +3129,7 @@ client_recv_zone_add_place (void *cls, struct GNUNET_SERVER_Client *client, GNUNET_NAMESTORE_records_store (namestore, &ego->key, name, 1, &rd, namestore_recv_records_store_result, ocls); + /** @todo refresh stored records later */ } GNUNET_SERVER_receive_done (client, GNUNET_OK); } @@ -3176,8 +3177,9 @@ client_recv_zone_add_nym (void *cls, struct GNUNET_SERVER_Client *client, ocls->client = client; ocls->op_id = nreq->op_id; GNUNET_NAMESTORE_records_store (namestore, &ego->key, - name, 1, &rd, - namestore_recv_records_store_result, ocls); + name, 1, &rd, + namestore_recv_records_store_result, ocls); + /** @todo refresh stored records later */ } GNUNET_SERVER_receive_done (client, GNUNET_OK); }