fixing shutdown
[oweals/gnunet.git] / src / ats / test_ats_api_performance_list_peer_addresses.c
index 59a2fcf5018589edb3f50dc40e3a99c3f724527b..60f27eaeef2988b148b83d3520148b66aae8c22e 100644 (file)
@@ -143,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");