stuff
authorChristian Grothoff <christian@grothoff.org>
Thu, 21 Jan 2010 14:18:22 +0000 (14:18 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 21 Jan 2010 14:18:22 +0000 (14:18 +0000)
src/transport/gnunet-service-transport_blacklist.c

index c2f837fbbb75b3b9da60bb58b2c45084878be6d4..623f8c3f26b095f608e6e3c500d53f01bb11edb6 100644 (file)
@@ -137,6 +137,12 @@ free_blacklist_entry (void *cls,
 }
 
 
+/**
+ * Task run when we are shutting down.  Cleans up.
+ *
+ * @param cls closure (unused)
+ * @param tc scheduler context (unused)
+ */
 static void 
 shutdown_task (void *cls,
               const struct GNUNET_SCHEDULER_TaskContext *tc)
@@ -160,6 +166,8 @@ GNUNET_TRANSPORT_handle_blacklist (void *cls,
                                   struct GNUNET_SERVER_Client *client,
                                   const struct GNUNET_MessageHeader *message)
 {
+  /* FIXME */
+  GNUNET_SERVER_receive_done (client, GNUNET_OK);
 }
 
 
@@ -175,6 +183,8 @@ GNUNET_TRANSPORT_handle_blacklist_notify (void *cls,
                                          struct GNUNET_SERVER_Client *client,
                                          const struct GNUNET_MessageHeader *message)
 {
+  /* FIXME */
+  GNUNET_SERVER_receive_done (client, GNUNET_OK);
 }