aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_namespace.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_namespace.c
parentdb3d5a7a998d816be1810967a74454b45f830f1c (diff)
downloadgnunet-eb5c56279680c2337bb4a752a7d1f269c7d13888.tar.gz
gnunet-eb5c56279680c2337bb4a752a7d1f269c7d13888.zip
resume and less debug crap
Diffstat (limited to 'src/fs/test_fs_namespace.c')
-rw-r--r--src/fs/test_fs_namespace.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fs/test_fs_namespace.c b/src/fs/test_fs_namespace.c
index 8e13b211d..b57f19bc9 100644
--- a/src/fs/test_fs_namespace.c
+++ b/src/fs/test_fs_namespace.c
@@ -77,7 +77,6 @@ setup_peer (struct PeerContext *p, const char *cfgname)
77 "-c", cfgname, NULL); 77 "-c", cfgname, NULL);
78#endif 78#endif
79 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); 79 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname));
80 GNUNET_ARM_start_services (p->cfg, sched, "core", NULL);
81} 80}
82 81
83 82
@@ -106,7 +105,6 @@ abort_ksk_search_task (void *cls,
106 ksk_search = NULL; 105 ksk_search = NULL;
107 if (sks_search == NULL) 106 if (sks_search == NULL)
108 { 107 {
109 fprintf (stderr, "initiating shutdown\n");
110 GNUNET_FS_stop (fs); 108 GNUNET_FS_stop (fs);
111 } 109 }
112 } 110 }
@@ -128,7 +126,6 @@ abort_sks_search_task (void *cls,
128 GNUNET_assert (GNUNET_OK == GNUNET_FS_namespace_delete (ns, GNUNET_YES)); 126 GNUNET_assert (GNUNET_OK == GNUNET_FS_namespace_delete (ns, GNUNET_YES));
129 if (ksk_search == NULL) 127 if (ksk_search == NULL)
130 { 128 {
131 fprintf (stderr, "initiating shutdown\n");
132 GNUNET_FS_stop (fs); 129 GNUNET_FS_stop (fs);
133 } 130 }
134} 131}