aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_search.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-22 13:14:29 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-22 13:14:29 +0000
commiteb5c56279680c2337bb4a752a7d1f269c7d13888 (patch)
treeefe819172ac79e57599ebb249b905030454f9c4f /src/fs/test_fs_search.c
parentdb3d5a7a998d816be1810967a74454b45f830f1c (diff)
downloadgnunet-eb5c56279680c2337bb4a752a7d1f269c7d13888.tar.gz
gnunet-eb5c56279680c2337bb4a752a7d1f269c7d13888.zip
resume and less debug crap
Diffstat (limited to 'src/fs/test_fs_search.c')
-rw-r--r--src/fs/test_fs_search.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/test_fs_search.c b/src/fs/test_fs_search.c
index 4320f965f..5f5f7f62a 100644
--- a/src/fs/test_fs_search.c
+++ b/src/fs/test_fs_search.c
@@ -198,7 +198,6 @@ setup_peer (struct PeerContext *p, const char *cfgname)
198 "-c", cfgname, NULL); 198 "-c", cfgname, NULL);
199#endif 199#endif
200 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); 200 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname));
201 GNUNET_ARM_start_services (p->cfg, sched, "core", NULL);
202} 201}
203 202
204 203