this iteration should return all addresses, not only active
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 26 Sep 2013 09:27:06 +0000 (09:27 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 26 Sep 2013 09:27:06 +0000 (09:27 +0000)
src/ats/gnunet-service-ats_performance.c

index ab2e697a774a83388de732cf877ca561b0eb78c8..d94b0a7e62a408fe16bb2611edf45ae664da9586 100644 (file)
@@ -258,9 +258,6 @@ peerinfo_it (void *cls,
   if (NULL == id)
     return;
 
-  if (GNUNET_NO == active)
-    return;
-
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Callback for peer `%s' plugin `%s' BW out %llu, BW in %llu \n",
               GNUNET_i2s (id),