aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs.c')
-rw-r--r--src/fs/fs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fs/fs.c b/src/fs/fs.c
index 307952a17..fdaa12205 100644
--- a/src/fs/fs.c
+++ b/src/fs/fs.c
@@ -2625,7 +2625,6 @@ deserialize_download (struct GNUNET_FS_Handle *h,
2625 const char *serialization) 2625 const char *serialization)
2626{ 2626{
2627 struct GNUNET_FS_DownloadContext *dc; 2627 struct GNUNET_FS_DownloadContext *dc;
2628 struct DownloadRequest *dr;
2629 char *emsg; 2628 char *emsg;
2630 char *uris; 2629 char *uris;
2631 char *dn; 2630 char *dn;
@@ -2634,7 +2633,6 @@ deserialize_download (struct GNUNET_FS_Handle *h,
2634 2633
2635 uris = NULL; 2634 uris = NULL;
2636 emsg = NULL; 2635 emsg = NULL;
2637 dr = NULL;
2638 dc = GNUNET_malloc (sizeof (struct GNUNET_FS_DownloadContext)); 2636 dc = GNUNET_malloc (sizeof (struct GNUNET_FS_DownloadContext));
2639 dc->parent = parent; 2637 dc->parent = parent;
2640 dc->h = h; 2638 dc->h = h;