From 2095da49797ef75ed425c8dd69dcda5f92e11ff8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 16 Nov 2015 07:36:35 +0000 Subject: fix crash #4053 --- src/ats/plugin_ats_proportional.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, } update_active_address (s, aw_min->addr, - &aw->addr->peer); + &aw_min->addr->peer); } distribute_bandwidth_in_network (s, asi_best->network); -- cgit v1.2.3