From 37af1963382a5b7d32f390f6a169e089babb1dee Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 11 Feb 2015 13:33:42 +0000 Subject: pass correct closure --- src/ats/ats_api_performance.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c index aaaaee089..d29494605 100644 --- a/src/ats/ats_api_performance.c +++ b/src/ats/ats_api_performance.c @@ -543,7 +543,7 @@ process_ar_message (struct GNUNET_ATS_PerformanceHandle *ph, ph->addresslist_tail, alh); if (NULL != alh->cb) - alh->cb (ph->addr_info_cb_cls, + alh->cb (alh->cb_cls, NULL, GNUNET_NO, bandwidth_zero, @@ -563,7 +563,7 @@ process_ar_message (struct GNUNET_ATS_PerformanceHandle *ph, { GNUNET_ATS_properties_ntoh (&prop, &pi->properties); - alh->cb (ph->addr_info_cb_cls, + alh->cb (alh->cb_cls, &address, active, pi->bandwidth_out, -- cgit v1.2.3