remove hattrick check
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 10 Dec 2012 14:48:02 +0000 (14:48 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 10 Dec 2012 14:48:02 +0000 (14:48 +0000)
src/ats/gnunet-service-ats_performance.c

index 684749f42d46ea148eede144806d0b51440ad5a4..c762ebc33c1805c7642471dfce8f796f60ba41fd 100644 (file)
@@ -392,7 +392,7 @@ req_addr_peerinfo_it (void *cls,
   if (NULL == find_client (ai->pc->client))
     return; /* Client disconnected */
 
-  if ((NULL == id) && (NULL == id) && (NULL == id))
+  if ((NULL == id) && (NULL == plugin_name) && (NULL == plugin_addr))
   {
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                   "Address iteration done\n");