remove blacklisted addresses immediately from validation map
authorChristian Grothoff <christian@grothoff.org>
Mon, 2 Feb 2015 22:37:09 +0000 (22:37 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 2 Feb 2015 22:37:09 +0000 (22:37 +0000)
src/transport/gnunet-service-transport_validation.c

index 37a88ae5600c9ba0c02d4e985ba258f5897115b4..5c85c1680ff2b94744c3176e4782096a604eb865 100644 (file)
@@ -523,6 +523,7 @@ transmit_ping_if_allowed (void *cls,
                 GNUNET_i2s (pid),
                 GST_plugins_a2s (ve->address),
                 ve->address->transport_name);
+    cleanup_validation_entry (NULL, pid, ve);
     return;
   }