aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_namespace.c')
-rw-r--r--src/fs/test_fs_namespace.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fs/test_fs_namespace.c b/src/fs/test_fs_namespace.c
index 2284f3cef..a7ccbeccf 100644
--- a/src/fs/test_fs_namespace.c
+++ b/src/fs/test_fs_namespace.c
@@ -23,9 +23,6 @@
23 * @brief Test for fs_namespace.c 23 * @brief Test for fs_namespace.c
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * 25 *
26 *
27 * FIXME:
28 * - child search of "sks" search (the "next" identifier) is not stopped => no termination!
29 * TODO: 26 * TODO:
30 * - add timeout task 27 * - add timeout task
31 */ 28 */
@@ -220,8 +217,6 @@ progress_cb (void *cls,
220 case GNUNET_FS_STATUS_SEARCH_STOPPED: 217 case GNUNET_FS_STATUS_SEARCH_STOPPED:
221 fprintf (stderr, 218 fprintf (stderr,
222 "Search stop event received\n"); 219 "Search stop event received\n");
223 GNUNET_assert ( (ksk_search == event->value.search.sc) ||
224 (sks_search == event->value.search.sc));
225 return NULL; 220 return NULL;
226 default: 221 default:
227 fprintf (stderr, 222 fprintf (stderr,