aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.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/transport/gnunet-service-transport.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/transport/gnunet-service-transport.c')
-rw-r--r--src/transport/gnunet-service-transport.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index 4e96b0091..330382604 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -908,9 +908,7 @@ ats_request_address_change (void *cls,
908 const struct GNUNET_HELLO_Address *address, 908 const struct GNUNET_HELLO_Address *address,
909 struct Session *session, 909 struct Session *session,
910 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out, 910 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out,
911 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in, 911 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in)
912 const struct GNUNET_ATS_Information *ats,
913 uint32_t ats_count)
914{ 912{
915 uint32_t bw_in = ntohl (bandwidth_in.value__); 913 uint32_t bw_in = ntohl (bandwidth_in.value__);
916 uint32_t bw_out = ntohl (bandwidth_out.value__); 914 uint32_t bw_out = ntohl (bandwidth_out.value__);