aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-06-26 14:54:05 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-06-26 14:54:05 +0000
commit2169f7aa618dd49ac96e29858f6d266e1468cbfc (patch)
treef4a98defd29ff144465d33cda598720153531b9c /src/ats
parent8c3e21fd33bc1b6da22f59c98269ba40d6705898 (diff)
downloadgnunet-2169f7aa618dd49ac96e29858f6d266e1468cbfc.tar.gz
gnunet-2169f7aa618dd49ac96e29858f6d266e1468cbfc.zip
remove
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/plugin_ats_proportional.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ats/plugin_ats_proportional.c b/src/ats/plugin_ats_proportional.c
index 69ff12d60..139214118 100644
--- a/src/ats/plugin_ats_proportional.c
+++ b/src/ats/plugin_ats_proportional.c
@@ -1246,7 +1246,6 @@ update_active_address (struct GAS_PROPORTIONAL_Handle *s,
1246 net = asi->network; 1246 net = asi->network;
1247 asi->activated = GNUNET_TIME_UNIT_ZERO_ABS; 1247 asi->activated = GNUNET_TIME_UNIT_ZERO_ABS;
1248 current_address->active = GNUNET_NO; /* No active any longer */ 1248 current_address->active = GNUNET_NO; /* No active any longer */
1249GNUNET_break (0);
1250 current_address->assigned_bw_in = BANDWIDTH_ZERO; /* no bandwidth assigned */ 1249 current_address->assigned_bw_in = BANDWIDTH_ZERO; /* no bandwidth assigned */
1251 current_address->assigned_bw_out = BANDWIDTH_ZERO; /* no bandwidth assigned */ 1250 current_address->assigned_bw_out = BANDWIDTH_ZERO; /* no bandwidth assigned */
1252 1251