From 21eb8c5325edec855da64c2318590f5f0afa78a8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 17 Jan 2015 21:38:46 +0000 Subject: eliminating callback argument and its implementation which are never called in the first place by ATS --- src/ats/test_ats_solver_add_address_and_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ats/test_ats_solver_add_address_and_request.c') diff --git a/src/ats/test_ats_solver_add_address_and_request.c b/src/ats/test_ats_solver_add_address_and_request.c index cca1e4692..0fb678166 100644 --- a/src/ats/test_ats_solver_add_address_and_request.c +++ b/src/ats/test_ats_solver_add_address_and_request.c @@ -159,7 +159,7 @@ stat_cb(void *cls, const char *subsystem, GNUNET_log (GNUNET_ERROR_TYPE_INFO, "ATS statistics: `%s' `%s' %llu\n", subsystem,name, value); - GNUNET_ATS_suggest_address (sched_ats, &p.id, NULL, NULL); + GNUNET_ATS_suggest_address (sched_ats, &p.id); return GNUNET_OK; } -- cgit v1.2.3