summaryrefslogtreecommitdiff
path: root/src/ats/ats_api_scheduling.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-18 14:10:50 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-18 14:10:50 +0000
commit4ec3377776569a7affcaf6b69db9312ad1891ba5 (patch)
tree265d3f0faab96eb98800c3e3ad0b45c025d18c4a /src/ats/ats_api_scheduling.c
parent564e4a46044821e3881777bd7d373c8c209ef890 (diff)
downloadgnunet-4ec3377776569a7affcaf6b69db9312ad1891ba5.tar.gz
gnunet-4ec3377776569a7affcaf6b69db9312ad1891ba5.zip
remove ATS information from callback from ATS address selection, as the argument was never used in the first place
Diffstat (limited to 'src/ats/ats_api_scheduling.c')
-rw-r--r--src/ats/ats_api_scheduling.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ats/ats_api_scheduling.c b/src/ats/ats_api_scheduling.c
index 7e44a8660..c7c79d289 100644
--- a/src/ats/ats_api_scheduling.c
+++ b/src/ats/ats_api_scheduling.c
@@ -525,8 +525,7 @@ process_ats_address_suggestion_message (void *cls,
525 &address, 525 &address,
526 s, 526 s,
527 m->bandwidth_out, 527 m->bandwidth_out,
528 m->bandwidth_in, 528 m->bandwidth_in);
529 atsi, ats_count);
530} 529}
531 530
532 531