From 1d2cec96289a1bd1600aa39dbc8ab422298e0973 Mon Sep 17 00:00:00 2001 From: Gabor X Toth <*@tg-x.net> Date: Mon, 7 Mar 2016 15:11:52 +0000 Subject: [PATCH] social: todo --- src/social/gnunet-service-social.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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); } -- 2.25.1