aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.c')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.c b/src/transport/gnunet-service-transport_manipulation.c
index eb75fbb01..be9cd2ba8 100644
--- a/src/transport/gnunet-service-transport_manipulation.c
+++ b/src/transport/gnunet-service-transport_manipulation.c
@@ -500,7 +500,6 @@ GST_manipulation_manipulate_metrics (const struct GNUNET_PeerIdentity *peer,
500 { 500 {
501 ats_new[d] = ats[d]; 501 ats_new[d] = ats[d];
502 m_tmp = UINT32_MAX; 502 m_tmp = UINT32_MAX;
503 g_tmp = UINT32_MAX;
504 if (NULL != tmp) 503 if (NULL != tmp)
505 m_tmp = find_metric (tmp, ntohl(ats[d].type), TM_RECEIVE); 504 m_tmp = find_metric (tmp, ntohl(ats[d].type), TM_RECEIVE);
506 g_tmp = find_metric (&man_handle.general, ntohl(ats[d].type), TM_RECEIVE); 505 g_tmp = find_metric (&man_handle.general, ntohl(ats[d].type), TM_RECEIVE);