aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-30 15:43:08 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-30 15:43:08 +0000
commitb87f43cb7ca0ceec933054e6b224b1b321eb7238 (patch)
treead54c100aed9b9cfe730fa8c50f49a511cca9170 /src/fs/fs_api.c
parent4ea563a1d1fbdf020af2432c0b0320e8422051f7 (diff)
-make use of deterministic ECDSA in FS, requires libgcrypt from Git as of yesterday
Diffstat (limited to 'src/fs/fs_api.c')
-rw-r--r--src/fs/fs_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/fs_api.c b/src/fs/fs_api.c
index 3ccb671051..ab49139b9b 100644
--- a/src/fs/fs_api.c
+++ b/src/fs/fs_api.c
@@ -2725,7 +2725,6 @@ deserialize_download (struct GNUNET_FS_Handle *h,
}
if (NULL != parent)
{
- GNUNET_abort (); // for debugging for now - FIXME
GNUNET_CONTAINER_DLL_insert (parent->child_head, parent->child_tail, dc);
}
if (NULL != search)