From 911ca764e31f74c8f9365dd736c7ae87eb52fa7c Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Fri, 7 Mar 2014 15:16:35 +0000 Subject: - Copy PATHS section as the shared service configuration may refer to options from here. --- src/testing/testing.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/testing/testing.c') diff --git a/src/testing/testing.c b/src/testing/testing.c index 51876bf1f..a4fdd38ca 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -420,6 +420,8 @@ GNUNET_TESTING_system_create_with_portrange (const char *testdir, &cfg_copy_iterator, ss->cfg); GNUNET_CONFIGURATION_iterate_section_values (tss.cfg, "TESTING", &cfg_copy_iterator, ss->cfg); + GNUNET_CONFIGURATION_iterate_section_values (tss.cfg, "PATHS", + &cfg_copy_iterator, ss->cfg); ss->share = tss.share; GNUNET_array_append (system->shared_services, system->n_shared_services, ss); -- cgit v1.2.3