aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-11-16 07:36:35 +0000
committerChristian Grothoff <christian@grothoff.org>2015-11-16 07:36:35 +0000
commit2095da49797ef75ed425c8dd69dcda5f92e11ff8 (patch)
tree75e0711de788ddd87606ab4423c64a1122d4022a /src/ats
parentf4b28bed8d512fd986a1d2f00144107dcf829d0d (diff)
downloadgnunet-2095da49797ef75ed425c8dd69dcda5f92e11ff8.tar.gz
gnunet-2095da49797ef75ed425c8dd69dcda5f92e11ff8.zip
fix crash #4053
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/plugin_ats_proportional.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/plugin_ats_proportional.c b/src/ats/plugin_ats_proportional.c
index 0f80f92b4..3550476e4 100644
--- a/src/ats/plugin_ats_proportional.c
+++ b/src/ats/plugin_ats_proportional.c
@@ -837,7 +837,7 @@ update_active_address (struct GAS_PROPORTIONAL_Handle *s,
837 } 837 }
838 update_active_address (s, 838 update_active_address (s,
839 aw_min->addr, 839 aw_min->addr,
840 &aw->addr->peer); 840 &aw_min->addr->peer);
841 } 841 }
842 distribute_bandwidth_in_network (s, 842 distribute_bandwidth_in_network (s,
843 asi_best->network); 843 asi_best->network);