social: todo
authorGabor X Toth <*@tg-x.net>
Mon, 7 Mar 2016 15:11:52 +0000 (15:11 +0000)
committerGabor X Toth <*@tg-x.net>
Mon, 7 Mar 2016 15:11:52 +0000 (15:11 +0000)
src/social/gnunet-service-social.c

index 04042784ca62105248cc22862f5989fb6de1ab96..98b1d4b595820baa03e66eff99414703076330cd 100644 (file)
@@ -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);
 }