make compile
authorChristian Grothoff <christian@grothoff.org>
Sun, 14 Aug 2011 14:27:45 +0000 (14:27 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 14 Aug 2011 14:27:45 +0000 (14:27 +0000)
src/transport/gnunet-service-transport_validation.c

index 666892e6eb4c2ae97773dbbee3e0707ee589e234..4f5a7fdc2e644bcbdbba4f4ec70e6a6e676172ba 100644 (file)
@@ -27,6 +27,7 @@
 #include "gnunet-service-transport_validation.h"
 #include "gnunet-service-transport_plugins.h"
 #include "gnunet-service-transport_hello.h"
+#include "gnunet-service-transport_blacklist.h"
 #include "gnunet-service-transport.h"
 #include "gnunet_hello_lib.h"
 #include "gnunet_ats_service.h"
@@ -495,8 +496,8 @@ cleanup_validation_entry (void *cls,
     }
   GNUNET_break (GNUNET_OK ==
                 GNUNET_CONTAINER_multihashmap_remove (validation_map,
-                                                     &va->pid.hashPubKey,
-                                                     va));
+                                                     &ve->pid.hashPubKey,
+                                                     ve));
   GNUNET_free (ve->transport_name);
   if (GNUNET_SCHEDULER_NO_TASK != ve->timeout_task)
     {