init blacklist
authorChristian Grothoff <christian@grothoff.org>
Thu, 4 Aug 2011 20:50:36 +0000 (20:50 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 4 Aug 2011 20:50:36 +0000 (20:50 +0000)
src/transport/gnunet-service-transport-new.c

index 2ba280d193fac8a6f03c0c5ce3ae0f52cbfb234c..0be3f19c1a22cdd60dad55d357a0a4fe493963ec 100644 (file)
@@ -126,6 +126,7 @@ shutdown_task (void *cls,
               const struct GNUNET_SCHEDULER_TaskContext *tc)
 {
 
+  GST_blacklist_stop ();
   GST_plugins_unload ();
   GST_hello_stop ();
 
@@ -205,6 +206,7 @@ run (void *cls,
   
   /* start subsystems */
   GST_hello_start (&process_hello_update, NULL);
+  GST_blacklist_start (server);
   GST_plugins_load (NULL,  // FIXME...
                    &plugin_env_address_change_notification, 
                    NULL, // FIXME...