diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-09-15 18:23:27 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-09-15 18:23:27 +0000 |
commit | 8b20ea06fdb75740cead194d5c6826b4233ec500 (patch) | |
tree | b96b67ef0785a2bf9f1db49cee82e8cc5da4843e /src/fs/fs_download.c | |
parent | 34f5392dc97d411d437c963af3a6a8ade2529306 (diff) |
-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c index 1175fcd05e..2b67dc31e4 100644 --- a/src/fs/fs_download.c +++ b/src/fs/fs_download.c @@ -2021,7 +2021,7 @@ GNUNET_FS_download_signal_suspend_ (void *cls) GNUNET_FS_download_make_status_ (&pi, dc); if (NULL != dc->te) { - GNUNET_FS_tree_encoder_finish (dc->te, NULL, NULL); + GNUNET_FS_tree_encoder_finish (dc->te, NULL); dc->te = NULL; } if (NULL != dc->rfh) @@ -2310,7 +2310,7 @@ GNUNET_FS_download_stop (struct GNUNET_FS_DownloadContext *dc, int do_delete) } if (NULL != dc->te) { - GNUNET_FS_tree_encoder_finish (dc->te, NULL, NULL); + GNUNET_FS_tree_encoder_finish (dc->te, NULL); dc->te = NULL; } have_children = (NULL != dc->child_head) ? GNUNET_YES : GNUNET_NO; |