gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r33881 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r33881 - gnunet/src/ats
Date: Fri, 27 Jun 2014 14:30:52 +0200

Author: wachs
Date: 2014-06-27 14:30:52 +0200 (Fri, 27 Jun 2014)
New Revision: 33881

Modified:
   gnunet/src/ats/plugin_ats_ril.c
Log:
fix for cfg loading


Modified: gnunet/src/ats/plugin_ats_ril.c
===================================================================
--- gnunet/src/ats/plugin_ats_ril.c     2014-06-27 11:53:24 UTC (rev 33880)
+++ gnunet/src/ats/plugin_ats_ril.c     2014-06-27 12:30:52 UTC (rev 33881)
@@ -2798,7 +2798,7 @@
   if (GNUNET_SYSERR != GNUNET_CONFIGURATION_get_value_float (env->cfg, "ats",
       "RIL_EXPLORE_DECAY", &f_tmp))
   {
-    if ((f_tmp < 0.0) || (f_tmp > 0.0))
+    if ((f_tmp < 0.0) || (f_tmp > 1.0))
     {
       LOG (GNUNET_ERROR_TYPE_ERROR, _("Invalid %s configuration %f \n"),
           "RIL_EXPLORE_DECAY", f_tmp);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]