fixing shutdown
[oweals/gnunet.git] / src / ats / test_ats_api_performance_list_peer_addresses.c
index b27600175eed220b99a9c7d59559c589d5b3ba81..60f27eaeef2988b148b83d3520148b66aae8c22e 100644 (file)
@@ -108,7 +108,8 @@ ats_perf_cb (void *cls,
     phal = 0;
     if (2 == counter)
     {
-      GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Done!\n");
+      GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+          "Done\n");
       GNUNET_SCHEDULER_add_now (end, NULL);
     }
     else
@@ -142,7 +143,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");