diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-04-22 13:14:29 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-04-22 13:14:29 +0000 |
commit | eb5c56279680c2337bb4a752a7d1f269c7d13888 (patch) | |
tree | efe819172ac79e57599ebb249b905030454f9c4f /src/fs/test_fs_list_indexed.c | |
parent | db3d5a7a998d816be1810967a74454b45f830f1c (diff) |
resume and less debug crap
Diffstat (limited to 'src/fs/test_fs_list_indexed.c')
-rw-r--r-- | src/fs/test_fs_list_indexed.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/test_fs_list_indexed.c b/src/fs/test_fs_list_indexed.c index ce704f500f..58a3f3a829 100644 --- a/src/fs/test_fs_list_indexed.c +++ b/src/fs/test_fs_list_indexed.c @@ -207,7 +207,6 @@ setup_peer (struct PeerContext *p, const char *cfgname) "-c", cfgname, NULL); #endif GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); - GNUNET_ARM_start_services (p->cfg, sched, "core", NULL); } |