-fix time assertion introduce in last patch
[oweals/gnunet.git] / src / dht / gnunet-service-dht_hello.c
index d3415d11d9676b461542a96fd2a3d7f3e7760c43..34bd1a4f917041cd73f1578d6c087cae3c96f111 100644 (file)
@@ -65,6 +65,8 @@ GDS_HELLO_get (const struct GNUNET_PeerIdentity *peer)
  * @param peer id of the peer, NULL for last call
  * @param hello hello message for the peer (can be NULL)
  * @param err_msg error message (not used)
+ *
+ * FIXME this is called once per address. Merge instead of replacing?
  */
 static void
 process_hello (void *cls, const struct GNUNET_PeerIdentity *peer,
@@ -107,8 +109,8 @@ GDS_HELLO_init ()
  * Free memory occopied by the HELLO.
  */
 static int
-free_hello (void *cls, 
-           const struct GNUNET_PeerIdentity *key, 
+free_hello (void *cls,
+           const struct GNUNET_PeerIdentity *key,
            void *hello)
 {
   GNUNET_free (hello);