aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 {