aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-18 09:37:13 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-18 09:37:13 +0000
commit268ebe1271c373730efe119cac4acb5918f46e11 (patch)
tree4fbd790bc51345d96e4a877bb92ad59e96e0ccb8 /src
parent7dfd634b17df4e1505c62f2224380a0d38da2e8d (diff)
downloadgnunet-268ebe1271c373730efe119cac4acb5918f46e11.tar.gz
gnunet-268ebe1271c373730efe119cac4acb5918f46e11.zip
fix
Diffstat (limited to 'src')
-rw-r--r--src/testing/testing_peergroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_peergroup.c b/src/testing/testing_peergroup.c
index 0923dfc50..e44238444 100644
--- a/src/testing/testing_peergroup.c
+++ b/src/testing/testing_peergroup.c
@@ -795,7 +795,7 @@ GNUNET_TESTING_peergroup_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
795 } 795 }
796 796
797 if (GNUNET_OK != 797 if (GNUNET_OK !=
798 GNUNET_CONFIGURATION_get_value_number (cfg, "testing", 798 GNUNET_CONFIGURATION_get_value_time (cfg, "testing",
799 "PEERGROUP_TIMEOUT", 799 "PEERGROUP_TIMEOUT",
800 &rtimeout)) 800 &rtimeout))
801 { 801 {