gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19690 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r19690 - gnunet/src/fs
Date: Sat, 4 Feb 2012 22:18:27 +0100

Author: grothoff
Date: 2012-02-04 22:18:27 +0100 (Sat, 04 Feb 2012)
New Revision: 19690

Modified:
   gnunet/src/fs/fs_download.c
Log:
-always signal download start before 'completed', even for 0-byte files

Modified: gnunet/src/fs/fs_download.c
===================================================================
--- gnunet/src/fs/fs_download.c 2012-02-04 21:09:11 UTC (rev 19689)
+++ gnunet/src/fs/fs_download.c 2012-02-04 21:18:27 UTC (rev 19690)
@@ -1788,6 +1788,9 @@
       GNUNET_DISK_file_close (fh);
     }
     GNUNET_FS_download_sync_ (dc);
+    pi.status = GNUNET_FS_STATUS_DOWNLOAD_START;
+    pi.value.download.specifics.start.meta = dc->meta;
+    GNUNET_FS_download_make_status_ (&pi, dc);
     check_completed (dc);
     return;
   }




reply via email to

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