projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
165c161
)
reduce config variables
author
Nathan S. Evans
<evans@in.tum.de>
Tue, 21 Dec 2010 13:27:00 +0000
(13:27 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Tue, 21 Dec 2010 13:27:00 +0000
(13:27 +0000)
src/testing/testing_group.c
patch
|
blob
|
history
diff --git
a/src/testing/testing_group.c
b/src/testing/testing_group.c
index 2369738b81cbc70790716625dc4313dbd55abde6..9deca4ac8b79d0fa68754b6d1eaea110e928f1c4 100644
(file)
--- a/
src/testing/testing_group.c
+++ b/
src/testing/testing_group.c
@@
-1489,14
+1489,14
@@
create_nated_internet (struct GNUNET_TESTING_PeerGroup *pg,
nat_percentage = 0.6; /* FIXME: default percentage? */
if (GNUNET_OK == GNUNET_CONFIGURATION_get_value_string (pg->cfg,
"TESTING",
- "
NAT
PERCENTAGE",
+ "PERCENTAGE",
&p_string))
{
if (sscanf (p_string, "%lf", &nat_percentage) != 1)
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
_
("Invalid value `%s' for option `%s' in section `%s': expected float\n"),
- p_string, "
NAT
PERCENTAGE", "TESTING");
+ p_string, "PERCENTAGE", "TESTING");
GNUNET_free (p_string);
}