aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_download.c')
-rw-r--r--src/fs/test_fs_download.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/test_fs_download.c b/src/fs/test_fs_download.c
index af1fbfa50..f33a1bd4a 100644
--- a/src/fs/test_fs_download.c
+++ b/src/fs/test_fs_download.c
@@ -246,7 +246,6 @@ setup_peer (struct PeerContext *p, const char *cfgname)
246 "-c", cfgname, NULL); 246 "-c", cfgname, NULL);
247#endif 247#endif
248 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); 248 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname));
249 GNUNET_ARM_start_services (p->cfg, sched, "core", NULL);
250} 249}
251 250
252 251