commented out wrong message type
[oweals/gnunet.git] / src / dht / plugin_block_dht.c
index 96349ae9d7edca95d30c09fe3f625a3227951b38..24f8b21b253937ef8a3c0b4486a0e121e71b82a2 100644 (file)
@@ -237,7 +237,7 @@ libgnunet_plugin_block_dht_init (void *cls)
 void *
 libgnunet_plugin_block_dht_done (void *cls)
 {
-  struct GNUNET_TRANSPORT_PluginFunctions *api = cls;
+  struct GNUNET_BLOCK_PluginFunctions *api = cls;
 
   GNUNET_free (api);
   return NULL;