gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8925 - GNUnet/src/applications/dv_dht/tools


From: gnunet
Subject: [GNUnet-SVN] r8925 - GNUnet/src/applications/dv_dht/tools
Date: Tue, 1 Sep 2009 14:52:44 -0600

Author: nevans
Date: 2009-09-01 14:52:44 -0600 (Tue, 01 Sep 2009)
New Revision: 8925

Modified:
   GNUnet/src/applications/dv_dht/tools/dv_dht_driver.c
Log:
default value fix

Modified: GNUnet/src/applications/dv_dht/tools/dv_dht_driver.c
===================================================================
--- GNUnet/src/applications/dv_dht/tools/dv_dht_driver.c        2009-09-01 
20:51:28 UTC (rev 8924)
+++ GNUnet/src/applications/dv_dht/tools/dv_dht_driver.c        2009-09-01 
20:52:44 UTC (rev 8925)
@@ -517,7 +517,7 @@
 
   GNUNET_GC_get_configuration_value_string (cfg,
                                             "MULTIPLE_SERVER_TESTING",
-                                            "PERCENTAGE", "",
+                                            "PERCENTAGE", "1.0",
                                             &topology_modifier_string);
 
   if (strcmp (topology_modifier_string, "") != 0)
@@ -525,7 +525,7 @@
 
   GNUNET_GC_get_configuration_value_string (cfg,
                                             "MULTIPLE_SERVER_TESTING",
-                                            "LOGNMODIFIER", "",
+                                            "LOGNMODIFIER", "1.0",
                                             &logNModifier_string);
 
   if (strcmp (logNModifier_string, "") != 0)





reply via email to

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