aboutsummaryrefslogtreecommitdiff
path: root/src/ats/test_ats_api_bandwidth_consumption.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/test_ats_api_bandwidth_consumption.c')
-rw-r--r--src/ats/test_ats_api_bandwidth_consumption.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/test_ats_api_bandwidth_consumption.c b/src/ats/test_ats_api_bandwidth_consumption.c
index 493323657..b05a7cf22 100644
--- a/src/ats/test_ats_api_bandwidth_consumption.c
+++ b/src/ats/test_ats_api_bandwidth_consumption.c
@@ -192,7 +192,7 @@ run (void *cls,
192 p = GNUNET_new (struct PeerContext); 192 p = GNUNET_new (struct PeerContext);
193 addr = GNUNET_new (struct Address); 193 addr = GNUNET_new (struct Address);
194 194
195 atp = GNUNET_ATS_performance_init (cfg, &performance_cb, NULL); 195 atp = GNUNET_ATS_performance_init (cfg, NULL, NULL);
196 if (atp == NULL) 196 if (atp == NULL)
197 { 197 {
198 ret = GNUNET_SYSERR; 198 ret = GNUNET_SYSERR;