aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ats/plugin_ats_proportional.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ats/plugin_ats_proportional.c b/src/ats/plugin_ats_proportional.c
index d1518391e..64dca90c5 100644
--- a/src/ats/plugin_ats_proportional.c
+++ b/src/ats/plugin_ats_proportional.c
@@ -2006,7 +2006,8 @@ libgnunet_plugin_ats_proportional_init (void *cls)
2006 s->prop_factor = PROPORTIONALITY_FACTOR; 2006 s->prop_factor = PROPORTIONALITY_FACTOR;
2007 if (GNUNET_SYSERR != 2007 if (GNUNET_SYSERR !=
2008 GNUNET_CONFIGURATION_get_value_float (env->cfg, "ats", 2008 GNUNET_CONFIGURATION_get_value_float (env->cfg, "ats",
2009 "PROP_STABILITY_FACTOR", &f_tmp)) 2009 "PROP_PROPORTIONALITY_FACTOR",
2010 &f_tmp))
2010 { 2011 {
2011 if (f_tmp < 1.0) 2012 if (f_tmp < 1.0)
2012 { 2013 {