fixed for loop
[oweals/gnunet.git] / src / ats / test_ats_api_performance_list_all_addresses.c
index 679b3488392e2b827a50f7673b0e07e5fad40e70..01c9e85ea91518516020ce5687e687bd1d67c892 100644 (file)
@@ -133,7 +133,7 @@ stat_cb(void *cls, const char *subsystem,
   {
     GNUNET_log (GNUNET_ERROR_TYPE_INFO,
         "All addresses added, connecting to performance\n");
-    if (NULL == (perf_ats = GNUNET_ATS_performance_init (cfg, &ats_perf_cb, NULL)))
+    if (NULL == (perf_ats = GNUNET_ATS_performance_init (cfg, NULL, NULL)))
     {
       GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
           "Failed to connect to performance API\n");