aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-15 18:23:27 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-15 18:23:27 +0000
commit8b20ea06fdb75740cead194d5c6826b4233ec500 (patch)
treeb96b67ef0785a2bf9f1db49cee82e8cc5da4843e /src/fs/fs_download.c
parent34f5392dc97d411d437c963af3a6a8ade2529306 (diff)
downloadgnunet-8b20ea06fdb75740cead194d5c6826b4233ec500.tar.gz
gnunet-8b20ea06fdb75740cead194d5c6826b4233ec500.zip
-doxygen fixes, and fixing publish URI serization for proper resume
Diffstat (limited to 'src/fs/fs_download.c')
-rw-r--r--src/fs/fs_download.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c
index 1175fcd05..2b67dc31e 100644
--- a/src/fs/fs_download.c
+++ b/src/fs/fs_download.c
@@ -2021,7 +2021,7 @@ GNUNET_FS_download_signal_suspend_ (void *cls)
2021 GNUNET_FS_download_make_status_ (&pi, dc); 2021 GNUNET_FS_download_make_status_ (&pi, dc);
2022 if (NULL != dc->te) 2022 if (NULL != dc->te)
2023 { 2023 {
2024 GNUNET_FS_tree_encoder_finish (dc->te, NULL, NULL); 2024 GNUNET_FS_tree_encoder_finish (dc->te, NULL);
2025 dc->te = NULL; 2025 dc->te = NULL;
2026 } 2026 }
2027 if (NULL != dc->rfh) 2027 if (NULL != dc->rfh)
@@ -2310,7 +2310,7 @@ GNUNET_FS_download_stop (struct GNUNET_FS_DownloadContext *dc, int do_delete)
2310 } 2310 }
2311 if (NULL != dc->te) 2311 if (NULL != dc->te)
2312 { 2312 {
2313 GNUNET_FS_tree_encoder_finish (dc->te, NULL, NULL); 2313 GNUNET_FS_tree_encoder_finish (dc->te, NULL);
2314 dc->te = NULL; 2314 dc->te = NULL;
2315 } 2315 }
2316 have_children = (NULL != dc->child_head) ? GNUNET_YES : GNUNET_NO; 2316 have_children = (NULL != dc->child_head) ? GNUNET_YES : GNUNET_NO;