gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 02/02: fix #4839


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/02: fix #4839
Date: Sun, 05 Mar 2017 15:56:18 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

commit 8a32cac23d7289cfb7d1d356603a523cf6effd13
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Mar 5 15:56:14 2017 +0100

    fix #4839
---
 src/fs/fs_download.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c
index ed24a164a..ce852f2d0 100644
--- a/src/fs/fs_download.c
+++ b/src/fs/fs_download.c
@@ -378,8 +378,7 @@ check_completed (struct GNUNET_FS_DownloadContext *dc)
   struct GNUNET_FS_DownloadContext *pos;
 
   /* first, check if we need to download children */
-  if ( (NULL == dc->child_head) &&
-       (is_recursive_download (dc)) )
+  if (is_recursive_download (dc))
     full_recursive_download (dc);
   /* then, check if children are done already */
   for (pos = dc->child_head; NULL != pos; pos = pos->next)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]